/* Orbitron */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');
/* font-family: 'Orbitron', sans-serif; */

/* DungGeunMo */
@font-face {
    font-family: "DungGeunMo";
    src: url("./DungGeunMo/DungGeunMo.eot") format("embedded-opentype"),
        url("./DungGeunMo/DungGeunMo.woff") format("woff"),
        url("./DungGeunMo/DungGeunMo.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

/* 넥슨 */
@font-face {
    font-family: 'NEXON Lv1 Gothic';
    src:
        url("./NEXON_Lv1_Gothic/NEXON\ Lv1\ Gothic\ OTF.eot") format("embedded-opentype"),
        url("./NEXON_Lv1_Gothic/NEXON\ Lv1\ Gothic\ OTF.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv1 Gothic';
    src: 
        url("./NEXON_Lv1_Gothic/NEXON\ Lv1\ Gothic\ OTF\ Light.eot") format("embedded-opentype"),
        url("./NEXON_Lv1_Gothic/NEXON\ Lv1\ Gothic\ OTF\ Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv1 Gothic';
    src: 
        url("./NEXON_Lv1_Gothic/NEXON\ Lv1\ Gothic\ OTF\ Bold.eot") format("embedded-opentype"),
        url("./NEXON_Lv1_Gothic/NEXON\ Lv1\ Gothic\ OTF\ Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}