@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

@font-face {
	font-family : 'NanumSquareR';
	font-weight : normal;
	font-style : normal;
	src : url('/fonts/NanumSquareR.otf');
}

body, h1, h2, h3, h4, h5, h6, input, textarea, select, button, table, div, span, p, a, label {
    font-family: 'NanumSquareR', 'Noto Sans KR', 'Malgun Gothic', 'Apple SD Gothic Neo', 'NanumGothic', dotum, sans-serif;
}

/* 비밀번호 필드는 특수문자(●) 깨짐 방지를 위해 기본 폰트 사용 */
input[type="password"] {
    font-family: 'Malgun Gothic', dotum, sans-serif;
}
