@font-face {
    font-family: Muller;
    font-style: normal;
    src: url("../fonts/muller/Muller-Regular.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: Muller;
    font-style: italic;
    src: url("../fonts/muller/Muller-Regular%20Italic.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: Muller;
    font-style: normal;
    src: url("../fonts/muller/Muller-Light.otf") format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: Muller;
    font-style: italic;
    src: url("../fonts/muller/Muller-Light%20Italic.otf") format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: Muller;
    font-style: normal;
    src: url("../fonts/muller/Muller-UltraLight.otf") format("opentype");
    font-weight: 200;
}

@font-face {
    font-family: Muller;
    font-style: italic;
    src: url("../fonts/muller/Muller-UltraLight%20Italic.otf") format("opentype");
    font-weight: 200;
}




