@charset "utf-8";

/* Pretendard */
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: url('../fonts/Pretendard-Black.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/Pretendard-ExtraBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/Pretendard-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/Pretendard-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/Pretendard-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/Pretendard-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/Pretendard-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: url('../fonts/Pretendard-ExtraLight.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: url('../fonts/Pretendard-Thin.woff2') format('woff2');
}

/* Montserrat */
@font-face {
	font-family: 'Montserrat';
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}
@font-face {
	font-family: 'Montserrat';
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}
@font-face {
	font-family: 'Montserrat';
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}
@font-face {
	font-family: 'Montserrat';
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}
@font-face {
	font-family: 'Montserrat';
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2');
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}


/* SUITE */
@font-face {
	font-family: 'SUITE Variable';
	font-weight: 300 900;
	src: url('../fonts/SUITE-Variable.woff2') format('woff2-variations');
}
@font-face {
	font-family: 'SUITE';
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/SUITE-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'SUITE';
	font-weight: 900;
	font-display: swap;
	src: url('../fonts/SUITE-Heavy.woff2') format('woff2');
}