@font-face {
    font-family: 'Gmarket Sans';    font-style: bold;    font-weight: 700;
    src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
    url('./fonts/GmarketSansBold.otf') format('opentype');    
}
@font-face {
    font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
    src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
    url('./fonts/GmarketSansMedium.otf') format('opentype');
}
@font-face {
    font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
    src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
    url('./fonts/GmarketSansLight.otf') format('opentype'); 
}
