/*@import url(https://db.onlinewebfonts.com/c/c7490392facc99478719eb53a8dd8de9?family=Wigwag+W01+Bold);*/

@font-face {
    font-family: 'Godo';
    font-style: normal;
    font-weight: 400;
    src: url('https://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2') format('woff2'), url('https://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff') format('woff');
}
@font-face {
    font-family: 'SeoulNamsanM';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/SeoulNamsanM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CookieRun';
    font-style : normal;
    font-weight: normal;
    src: url("/css/font/CookieRun.otf") format("opentype"),
        url("/css/font/CookieRun.ttf") format("truetype");
}
@font-face {
    font-family: 'MyriadPro';
    font-style: normal;
    font-weight: bold;
    src: url("/css/font/MyriadPro-Bold.woff") format("woff");
}
@font-face {
    font-family: 'GothamRounded';
    font-style: normal;
    font-weight: bold;
    src: url("/css/font/gotham-rounded-bold.ttf") format("truetype"),
         url("/css/font/gotham-rounded-bold.otf") format("opentype"),
         url("/css/font/gotham-rounded-bold.woff") format("woff");
}

/*@font-face {
    font-family: 'WigwagW01';
    font-style: normal;
    font-weight: bold;
    src: url("https://db.onlinewebfonts.com/t/c7490392facc99478719eb53a8dd8de9.eot");
    src: url("https://db.onlinewebfonts.com/t/c7490392facc99478719eb53a8dd8de9.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/c7490392facc99478719eb53a8dd8de9.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/c7490392facc99478719eb53a8dd8de9.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/c7490392facc99478719eb53a8dd8de9.ttf")format("truetype");
}

@font-face {
    font-family: 'ComicHebetic';
    font-style: normal;
    font-weight: 500; !* Medium *!
    src: url('/css/font/ComicHelvetic_Medium.otf') format('opentype');
}*/

body {
    font-family: 'GothamRounded', 'MyriadPro', 'Arial',sans-serif !important;
    font-weight: bold;
}

