@charset "utf-8";

/* Noto Sans KR */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* Gmarket Sans */
@font-face {
    font-family: 'Gmarket Sans L';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/GmarketSansLight.woff) format('woff'), url(../fonts/GmarketSansLight.otf) format('opentype'), url(../fonts/GmarketSansTTFLight.ttf) format('truetype');
}
@font-face {
    font-family: 'Gmarket Sans M';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/GmarketSansMedium.woff) format('woff'), url(../fonts/GmarketSansMedium.otf) format('opentype'), url(../fonts/GmarketSansTTFMedium.ttf) format('truetype');
}
@font-face {
    font-family: 'Gmarket Sans B';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/GmarketSansBold.woff) format('woff'), url(../fonts/GmarketSansBold.otf) format('opentype'), url(../fonts/GmarketSansTTFBold.ttf) format('truetype');
}