@charset "utf-8";

/* 기본 색상 */
:root {
	--main-color: #5d9ab2;
	--accent-color: #bf6a7a;
	--dark-main-color: #2b5566;
}

/* 기본 페이지 설정 */
body {
	font-family: '맑은 고딕',	'Apple SD Gothic Neo', 	sans-serif;
}