@font-face {
    font-family: "Muller";
    font-style: normal;
    font-weight: 800;
    src: url("Muller-normal-800.otf") format("embedded-opentype"),
         url("Muller-normal-800.otf") format("opentype"),
         url("Muller-normal-800.svg") format("svg"),
         url("Muller-normal-800.ttf") format("truetype"),
         url("Muller-normal-800.woff") format("woff"),
         url("Muller-normal-800.woff2") format("woff2");
}

@font-face {
    font-family: "Muller";
    font-style: normal;
    font-weight: normal;
    src: url("Muller-normal-normal.otf") format("embedded-opentype"),
         url("Muller-normal-normal.otf") format("opentype"),
         url("Muller-normal-normal.svg") format("svg"),
         url("Muller-normal-normal.ttf") format("truetype"),
         url("Muller-normal-normal.woff") format("woff"),
         url("Muller-normal-normal.woff2") format("woff2");
}

