/* Pretendard */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

/* Poppins */
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);

/* GmarketSans */
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('/font/GmarketSansOTF/GmarketSansMedium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('/font/GmarketSansOTF/GmarketSansBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('/font/GmarketSansOTF/GmarketSansLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}