@charset "utf-8";
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

.sound_only {
    display: none;
}

body {
    font-family: 'NanumSquare', 'Nanum Gothic', 'Malgun Gothic', dotum, sans-serif !important;
}

/* 모든 요소에 기본 폰트 적용 */
* {
    font-family: 'NanumSquare', 'Nanum Gothic', 'Malgun Gothic', dotum, sans-serif;
}

/* 특정 요소들에 폰트 강제 적용 */
h1, h2, h3, h4, h5, h6, p, span, div, a, button, input, textarea, select, label {
    font-family: 'NanumSquare', 'Nanum Gothic', 'Malgun Gothic', dotum, sans-serif;
}

