﻿/*font*/
/* 주폰트: Noto Sans KR / Noto Sans*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&family=Noto+Sans:wght@300;400;500;600;700&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;
} */