@charset "utf-8";
/* hanbom.com */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
/* 문자별 범위
	1. 특수문자 범위: U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E
	2. 영문 범위: U+0041-005A(대문자), U+0061-007A(소문자)
	3. 숫자 범위: U+0030-0039

	전체 U+0020-007E
*/

/*
@font-face {
	font-family: 'Noto Sans KR';
	src: url("../fonts/montserrat-v25-latin-regular.woff2") format("woff2");
	unicode-range: U+0020-007E;
	font-style: normal;
}
*/

@font-face {
	font-family: 'SUIT';
	font-weight: 100;
	src: local('SUIT Thin'), 
	url('../fonts/SUIT Thin.woff2') format('woff2'),
	url('../fonts/SUIT Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 200;
	src: local('SUIT ExtraLight'), 
	url('../fonts/SUIT-ExtraLight.woff2') format('woff2'),
	url('../fonts/SUIT-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 300;
	src: local('SUIT Light'), 
	url('../fonts/SUIT-Light.woff2') format('woff2'),
	url('../fonts/SUIT-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 400;
	src: local('SUIT Regular'), 
	url('../fonts/SUIT-Regular.woff2') format('woff2'),
	url('../fonts/SUIT-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 500;
	src: local('SUIT Medium'), 
	url('../fonts/SUIT-Medium.woff2') format('woff2'),
	url('../fonts/SUIT-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 600;
	src: local('SUIT SemiBold'), 
	url('../fonts/SUIT-SemiBold.woff2') format('woff2'),
	url('../fonts/SUIT-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 700;
	src: local('SUIT Bold'), 
	url('../fonts/SUIT-Bold.woff2') format('woff2'),
	url('../fonts/SUIT-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 800;
	src: local('SUIT ExtraBold'), 
	url('../fonts/SUIT-ExtraBold.woff2') format('woff2'),
	url('../fonts/SUIT-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 900;
	src: local('SUIT Heavy'), 
	url('../fonts/SUIT-Heavy.woff2') format('woff2'),
	url('../fonts/SUIT-Heavy.ttf') format('truetype');
}
