@charset "utf-8";

/* ************************************** *
 * Pretendard
 * ************************************** */  
@font-face {
    font-family: 'Pretendard';
    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';
    font-weight: 700;
    src: url('../fonts/Pretendard/Pretendard-Bold.woff2') format('woff2'), 
         url('../fonts/Pretendard/Pretendard-Bold.woff') format('woff');
}



/* ************************************** *
 * Montserrat
 * ************************************** */
 @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
         url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff'); 
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'), 
         url('../fonts/Montserrat/Montserrat-Bold.woff') format('woff'); 
}

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