/* Muller Font Family
 * Part of DS Custom Fonts plugin by DigitalSpring.bg
 */

/* Hairline - 100 */
@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_hairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_hairline_italic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Ultra Light - 200 */
@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_ultra_light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_ultra_light_italic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Thin - 300 */
@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_thin_italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Light - 350 */
@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_light.ttf') format('truetype');
    font-weight: 350;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_light_italic.ttf') format('truetype');
    font-weight: 350;
    font-style: italic;
    font-display: swap;
}

/* Regular - 400 */
@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_regular_italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Medium - 500 */
@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_medium_italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Bold - 700 */
@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_bold_italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Extra Bold - 800 */
@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_extra_bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_extra_bold_italic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Heavy - 850 */
@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_heavy.ttf') format('truetype');
    font-weight: 850;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_heavy_italic.ttf') format('truetype');
    font-weight: 850;
    font-style: italic;
    font-display: swap;
}

/* Black - 900 */
@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('../ttf/muller_black_italic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}