@charset "UTF-8";

/* 전체 폰트 강제 (레거시 font 축약형/링크 상태까지 덮기) */
html, body, *, *::before, *::after {
  font-family: "Noto Sans KR", "Malgun Gothic", "맑은 고딕", sans-serif !important;
}

/* 링크 상태까지 강제 */
a, a:link, a:visited, a:hover, a:active {
  font-family: "Noto Sans KR", "Malgun Gothic", "맑은 고딕", sans-serif !important;
}

/* 강제 볼드 안정화(선택) */
strong, b {
  font-weight: 700 !important;
}
