@font-face {
    font-family: 'Gmarket Sans Bold';
    src: local('GmarketSans'),
        url('../fonts/GmarketSansTTFBold.ttf') format('truetype'),
        url('../fonts/GmarketSansBold.otf') format('opentype');}

@font-face {
    font-family: 'Gmarket Sans Medium';
    src: local('GmarketSans Medium'),
        url('../fonts/GmarketSansTTFMedium.ttf') format('truetype'),
        url('../fonts/GmarketSansMedium.otf') format('opentype');
}

@font-face {
    font-family: 'Gmarket Sans Light';
    src: local('GmarketSans Light'),
        url('../fonts/GmarketSansTTFLight.ttf') format('truetype'),
        url('../fonts/GmarketSansLight.otf') format('opentype');
} 

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    src: local('Pretendard Bold'),
        url('../fonts/Pretendard-Bold.woff2') format('woff2'),
        url('../fonts/Pretendard-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    src: local('Pretendard Medium'),
        url('../fonts/Pretendard-Medium.woff2') format('woff2'),
        url('../fonts/Pretendard-Medium.woff') format('woff');
}