/*font*/
/* 주폰트: Noto Sans KR / Noto Sans*/
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Noto+Sans:wght@300;400;500;700&display=swap'); */

@font-face {
    font-family: 'suite';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Suite/SUITE-Light.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'suite';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Suite/SUITE-Regular.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'suite';
    font-weight: 500;
    font-style: normal;    
    src: url('../fonts/Suite/SUITE-Medium.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'suite';
    font-weight: 600;
    font-style: normal;    
    src: url('../fonts/Suite/SUITE-SemiBold.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'suite';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Suite/SUITE-Bold.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'suite';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/Suite/SUITE-ExtraBold.ttf') format("truetype");
    font-display: swap;
}


/* @font-face {
    font-family: 'Noto Sans KR';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Noto_Sans_KR/NotoSansKR-Light.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Noto_Sans_KR/NotoSansKR-Regular.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 500;
    font-style: normal;    
    src: url('../fonts/Noto_Sans_KR/NotoSansKR-Medium.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Noto_Sans_KR/NotoSansKR-Bold.ttf') format("truetype");
    font-display: swap;
} */



@font-face {
    font-family: 'GmarketSans';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/GmarketSans/GmarketSansTTFLight.ttf') format('truetype'),
         url('../fonts/GmarketSans/GmarketSansLight.otf') format("otf");
    font-display: swap;
}
@font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/GmarketSans/GmarketSansTTFMedium.ttf') format('truetype'),
         url('../fonts/GmarketSans/GmarketSansMedium.otf') format("otf");
    font-display: swap;
}
@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/GmarketSans/GmarketSansTTFBold.ttf') format('truetype'),
         url('../fonts/GmarketSans/GmarketSansBold.otf') format("otf");
    font-display: swap;
}