@font-face{
    font-family: "Muller Narrow";
    src: url(MullerNarrow-Bold.woff2) format("woff2"),
        url(MullerNarrow-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: "Muller Narrow";
    src: url(MullerNarrow-Light.woff2) format("woff2"),
        url(MullerNarrow-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: "Muller Narrow";
    src: url(MullerNarrow-Regular.woff2) format("woff2"),
        url(MullerNarrow-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
;}