@font-face {
    font-family: "Blauer Nue";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src:    url("../fonts/blauer-nue-light.woff2") format("woff2"),
            url("../fonts/blauer-nue-light.woff") format("woff");
}

@font-face {
    font-family: "Blauer Nue";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:    url("../fonts/blauer-nue-regular.woff2") format("woff2"),
            url("../fonts/blauer-nue-regular.woff") format("woff");
}

@font-face {
    font-family: "Blauer Nue";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:    url("../fonts/blauer-nue-bold.woff2") format("woff2"),
            url("../fonts/blauer-nue-bold.woff") format("woff");
}

@font-face {
    font-family: "Blauer Nue";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src:    url("../fonts/blauer-nue-heavy.woff2") format("woff2"),
            url("../fonts/blauer-nue-heavy.woff") format("woff");
}