@font-face {
    font-family: "Muller";
    src: local("Muller Regular"), local("Muller-Regular"), url("MullerRegular.woff2") format("woff2"), url("MullerRegular.woff") format("woff"),
        url("MullerRegular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Muller";
    src: local("Muller Bold"), local("Muller-Bold"), url("MullerBold.woff2") format("woff2"), url("MullerBold.woff") format("woff"),
        url("MullerBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
