.muller-black {
    font-family: 'Muller';
    font-weight: 900;
    font-style: normal;
}

.muller-black-italic {
    font-family: 'Muller';
    font-weight: 900;
    font-style: italic;
}

.muller-bold-italic {
    font-family: 'Muller';
    font-weight: bold;
    font-style: italic;
}

.muller-bold {
    font-family: 'Muller';
    font-weight: bold;
    font-style: normal;
}

.muller-extra-bold {
    font-family: 'Muller';
    font-weight: bold;
    font-style: normal;
}

.muller-extra-bold-italic {
    font-family: 'Muller';
    font-weight: bold;
    font-style: italic;
}

.muller-hairline {
    font-family: 'Muller Hairline';
    font-weight: 300;
    font-style: normal;
}

.muller-hairline-italic {
    font-family: 'Muller Hairline';
    font-weight: 300;
    font-style: italic;
}

.muller-heavy-italic{
    font-family: 'Muller';
    font-weight: 900;
    font-style: italic;
}

.muller-heavy {
    font-family: 'Muller';
    font-weight: 900;
    font-style: normal;
}

.muller-light{
    font-family: 'Muller';
    font-weight: 300;
    font-style: normal;
}

.muller-light-italic {
    font-family: 'Muller';
    font-weight: 300;
    font-style: italic;
}

.muller-medium {
    font-family: 'Muller';
    font-weight: 500;
    font-style: normal;
}

.muller-medium-italic {
    font-family: 'Muller';
    font-weight: 500;
    font-style: italic;
}

.muller-regular {
    font-family: 'Muller';
    font-weight: normal;
    font-style: normal;
}

.muller-regular-italic {
    font-family: 'Muller Regular';
    font-weight: normal;
    font-style: italic;
}

.muller-thin {
    font-family: 'Muller';
    font-weight: 100;
    font-style: normal;
}

.muller-thin-italic{
    font-family: 'Muller';
    font-weight: 100;
    font-style: italic;
}

.muller-ultra-light {
    font-family: 'Muller';
    font-weight: 200;
    font-style: normal;
}

.muller-ultra-light-italic {
    font-family: 'Muller';
    font-weight: 200;
    font-style: italic;
}