@font-face {
    font-family: 'Muller';
    src: local('Muller Bold'), local('MullerBold'),
        url('fonts/MullerBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Muller';
    src: local('Muller Medium'), local('MullerMedium'),
        url('fonts/MullerMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Muller';
    src: local('Muller Regular'), local('MullerRegular'),
        url('fonts/MullerRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Muller';
    src: local('Muller Light'), local('MullerLight'),
        url('fonts/MullerLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}