@charset "utf-8";

/*
 * toolon-global.css
 * - Pretendard 전역 폰트 적용
 * - reset.css/css2.css 이후 로드되어 source order로 override
 * - !important 미사용: 아이콘 폰트(.fa 등)는 class specificity(0,1,0)로 자동 보존
 */

html, body, div, p,
h1, h2, h3, h4, h5, h6,
ul, ol, li,
table, th, td,
form, label,
input, select, textarea, button, a {
	font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", "Nanum Gothic", sans-serif;
}

body {
	margin: 0;
	padding: 0;
}

.wrap {
	margin-top: 0;
}
