@font-face {
    font-display: swap;
    font-family: "SotN Header";
    src: url("/fonts/sotn.woff") format("woff"),
         url("/fonts/sotn.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "M PLUS 2";
    font-weight: normal;
    src: url("/fonts/mplus2.woff") format("woff"),
         url("/fonts/mplus2.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "M PLUS 2";
    font-weight: bold;
    src: url("/fonts/mplus2-bold.woff") format("woff"),
         url("/fonts/mplus2-bold.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "icons";
    /*font-weight: bold;*/
    src: url("/fonts/fa.ttf") format("ttf"),
         url("/fonts/fa.woff2") format("woff2");
}
