@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
@font-face {
    font-family: 'Cafe24Shiningstar';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'NotoSansKR';
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/NotoSansKR-Regular.woff2") format('woff2'), url("../fonts/NotoSansKR-Regular.woff") format('woff'), url("../fonts/NotoSansKR-Regular.otf") format('opentype');
}
@font-face {
	font-family: 'NotoSansKR';
	font-display: auto;
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/NotoSansKR-Medium.woff2") format('woff2'), url("../fonts/NotoSansKR-Medium.woff") format('woff'), url("../fonts/NotoSansKR-Medium.otf") format('opentype');
}
@font-face {
	font-family: 'NotoSansKR';
	font-display: auto;
	font-style: bold;
	font-weight: 700;
	src: url("../fonts/NotoSansKR-Bold.woff2") format('woff2'), url("../fonts/NotoSansKR-Bold.woff") format('woff'), url("../fonts/NotoSansKR-Bold.otf") format('opentype');
	
}