@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

.sound_only {
    display: none;
}

/* 전역 폰트 적용: 본문, 제목, 폼 요소까지 모두 Noto Sans KR 사용 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea,
pre,
code,
kbd,
samp {
    font-family: 'Noto Sans KR', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', sans-serif;
}