@font-face {
    font-family: 'MullerRegular';
    src: url('../fonts/MullerRegular.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'MullerMedium';
    src: url('../fonts/MullerMedium.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'MullerBold';
    src: url('../fonts/MullerBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MullerLight';
    src: url('../fonts/MullerLight.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'MullerRegularItalic';
    src: url('../fonts/MullerRegularItalic.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

