/* Muller Black */
@font-face {
    font-family: Muller;
    src: url('fonts/MullerBlack.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Muller;
    src: url('fonts/MullerBlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

/* Muller Bold */
@font-face {
    font-family: Muller;
    src: url('fonts/MullerBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Muller;
    src: url('fonts/MullerBoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

/* Muller ExtraBold */
@font-face {
    font-family: Muller;
    src: url('fonts/MullerExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: Muller;
    src: url('fonts/MullerExtraBoldItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

/* Muller Hairline */
@font-face {
    font-family: Muller;
    src: url('fonts/MullerHairline.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: Muller;
    src: url('fonts/MullerHairlineItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

/* Muller Heavy */
@font-face {
    font-family: Muller;
    src: url('fonts/MullerHeavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Muller;
    src: url('fonts/MullerHeavyItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

/* Muller Light */
@font-face {
    font-family: Muller;
    src: url('fonts/MullerLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Muller;
    src: url('fonts/MullerLightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* Muller Medium */
@font-face {
    font-family: Muller;
    src: url('fonts/MullerMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Muller;
    src: url('fonts/MullerMediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* Muller Regular */
@font-face {
    font-family: Muller;
    src: url('fonts/MullerRegular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Muller;
    src: url('fonts/MullerRegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

/* Muller Thin */
@font-face {
    font-family: Muller;
    src: url('fonts/MullerThin.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: Muller;
    src: url('fonts/MullerThinItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

/* Muller UltraLight */
@font-face {
    font-family: Muller;
    src: url('fonts/MullerUltraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: Muller;
    src: url('fonts/MullerUltraLightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}



html,
body {
    margin: 0 !important;
    padding: 0 !important;
    background: #F8F4E9;

}