/* Google Fonts loaded via <link> in head for better performance */
/* @import removed — Urbanist is loaded directly via wp_head hook */

@font-face {
    font-family: 'Muller';
    src: url('subset-MullerBold.woff2') format('woff2'),
        url('subset-MullerBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'Muller';
    src: url('subset-MullerMedium.woff2') format('woff2'),
        url('subset-MullerMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('subset-MullerExtraBold.woff2') format('woff2'),
        url('subset-MullerExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'Muller';
    src: url('subset-MullerBoldItalic.woff2') format('woff2'),
        url('subset-MullerBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('subset-MullerLight.woff2') format('woff2'),
        url('subset-MullerLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('subset-MullerBlack.woff2') format('woff2'),
        url('subset-MullerBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Muller Regular';
    src: url('subset-MullerRegularItalic.woff2') format('woff2'),
        url('subset-MullerRegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

