@font-face {
    font-family: "FK Grotesk Neue";
    src: url("/fonts/FKGROTESKNEUE-THIN.TTF") format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "FK Grotesk Neue";
    src: url("/fonts/FKGROTESKNEUE-LIGHT.TTF") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "FK Grotesk Neue";
    src: url("/fonts/FKGROTESKNEUE-REGULAR.TTF") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "FK Grotesk Neue";
    src: url("/fonts/FKGROTESKNEUE-MEDIUM.TTF") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "FK Grotesk Neue";
    src: url("/fonts/FKGROTESKNEUE-BOLD.TTF") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "FK Grotesk Neue";
    src: url("/fonts/FKGROTESKNEUE-BLACK.TTF") format("opentype");
    font-weight: 900;
    font-style: normal;
}

* {
    font-family: "FK Grotesk Neue", sans-serif !important;
}
