@font-face {
    font-family: 'Muller Medium';
    src: url('../data/fonts//MullerMedium.woff2') format('woff2'),
        url('../data/fonts/MullerMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Muller';
    src: url('../data/fonts/MullerRegular.woff2') format('woff2'),
        url('../data/fonts/MullerRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

