@charset "utf-8";

/* Fonts */
@font-face {
	font-family: 'Pretendard KR';
	font-style: normal;
	font-weight: 300;
	src: url(/fonts/pretendard/Pretendard-Light.woff2) format('woff2'),
			url(/fonts/pretendard/Pretendard-Light.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard KR';
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/pretendard/Pretendard-Regular.woff2) format('woff2'),
			url(/fonts/pretendard/Pretendard-Regular.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard KR';
	font-style: normal;
	font-weight: 500;
	src: url(/fonts/pretendard/Pretendard-Medium.woff2) format('woff2'),
			url(/fonts/pretendard/Pretendard-Medium.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard KR';
	font-style: normal;
	font-weight: 600;
	src: url(/fonts/pretendard/Pretendard-SemiBold.woff2) format('woff2'),
			url(/fonts/pretendard/Pretendard-SemiBold.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard KR';
	font-style: normal;
	font-weight: 700;
	src: url(/fonts/pretendard/Pretendard-Bold.woff2) format('woff2'),
			url(/fonts/pretendard/Pretendard-Bold.woff) format('woff');
}


 /* ROOT */
:root {
	--pass-logo-url: url('/images/icon_b_ss5.svg');
	--point-color: #5969FDFF;
	--point-focus-color: #2636CA;
	--logo-url:  url('/images/logo/logo.svg');
}


