@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@font-face {
	font-family: 'Material Icons Outlined';
	font-style: normal;
	font-weight: 300;
	font-display: block;
	src: url('/font/Material+Icons+Outlined.woff2') format('woff2');
}
@font-face {
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	font-weight: 300;
	font-display: block;
	src: url('/font/Material+Symbols+Outlined.woff2') format('woff2');
}
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 300;
	font-display: block;
	src: url('/font/Material+Icons.woff2') format('woff2');
}




/* @font-face {
	font-family: 'Noto Sans KR';
	font-display: swap;
	font-style: normal;
	font-weight: 300;
	src: local('NotoSansKR-Light'), url(/font/NotoSansKR-Light.woff2) format('woff2'), url(/font/NotoSansKR-Light.woff) format('woff'), url(/font/NotoSansKR-Light.ttf);
}
@font-face {
	font-family: 'Noto Sans KR';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: local('NotoSansKR-Regular'), url(/font/NotoSansKR-Regular.woff2) format('woff2'), url(/font/NotoSansKR-Regular.woff) format('woff'), url(/font/NotoSansKR-Regular.ttf);
}
@font-face {
	font-family: 'Noto Sans KR';
	font-display: swap;
	font-style: normal;
	font-weight: 500;
	src: local('NotoSansKR-Medium'), url(/font/NotoSansKR-Medium.woff2) format('woff2'), url(/font/NotoSansKR-Medium.woff) format('woff'), url(/font/NotoSansKR-Medium.ttf);
}
@font-face {
	font-family: 'Noto Sans KR';
	font-display: swap;
	font-style: normal;
	font-weight: 600;
	src: local('NotoSansKR-SemiBold'), url(/font/NotoSansKR-SemiBold.woff2) format('woff2'), url(/font/NotoSansKR-SemiBold.woff) format('woff'), url(/font/NotoSansKR-SemiBold.ttf);
}
@font-face {
	font-family: 'Noto Sans KR';
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	src: local('NotoSansKR-Bold'), url(/font/NotoSansKR-Bold.woff2) format('woff2'), url(/font/NotoSansKR-Bold.woff) format('woff'), url(/font/NotoSansKR-Bold.ttf);
}
@font-face {
	font-family: 'Noto Sans KR';
	font-display: swap;
	font-style: normal;
	font-weight: 800;
	src: local('NotoSansKR-Black'), url(/font/NotoSansKR-Black.woff2) format('woff2'), url(/font/NotoSansKR-Black.woff) format('woff'), url(/font/NotoSansKR-Black.ttf);
}
@font-face {
	font-family: 'Lato';
	font-display: swap;
	font-style: normal;
	font-weight: 300;
	src: url(/font/Lato-300.woff2) format('woff2');
	unicode-range: U+0030-0039;
}

@font-face {
	font-family: 'Lato';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url(/font/Lato-400.woff2) format('woff2');
	unicode-range: U+0030-0039;
}

@font-face {
	font-family: 'Lato';
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	src: url(/font/Lato-700.woff2) format('woff2');
	unicode-range: U+0030-0039;
} */

.material-icons {
	font-display: block;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
	font-display: block;
	font-family: 'Material Icons Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
	font-display: block;
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}


