@charset "utf-8";

/* 
 * HAPPY 프로젝트 전용 스타일
 */

/* 기존 폰트 설정 오버라이드 - Noto Sans KR 적용 */
body,
input,
textarea,
select,
button,
table,
pre {
  font-family: "Noto Sans KR", "Montserrat", "MontserratB", "Nanum Gothic",
    sans-serif !important;
  font-size: 0.9em;
  line-height: 1.6;
  font-weight: normal;
  color: #444;
  letter-spacing: -0.041em;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

/* 모든 텍스트 요소에 Noto Sans KR 폰트 적용 */
* {
  font-family: "Noto Sans KR", "Montserrat", "MontserratB", "Nanum Gothic",
    "NanumGothic", sans-serif !important;
}
