/**
 * Muli (Mulish) - Auto-hébergé
 * Remplace le chargement externe depuis Google Fonts
 * Poids : 200, 400, 600, 700, 900
 */

@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('muli-200.woff2') format('woff2'),
         url('muli-200.ttf') format('truetype');
}

@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('muli-400.woff2') format('woff2'),
         url('muli-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('muli-600.woff2') format('woff2'),
         url('muli-600.ttf') format('truetype');
}

@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('muli-700.woff2') format('woff2'),
         url('muli-700.ttf') format('truetype');
}

@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('muli-900.woff2') format('woff2'),
         url('muli-900.ttf') format('truetype');
}

/* Alias Mulish → Muli pour compatibilité */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('muli-200.woff2') format('woff2'),
         url('muli-200.ttf') format('truetype');
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('muli-400.woff2') format('woff2'),
         url('muli-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('muli-600.woff2') format('woff2'),
         url('muli-600.ttf') format('truetype');
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('muli-700.woff2') format('woff2'),
         url('muli-700.ttf') format('truetype');
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('muli-900.woff2') format('woff2'),
         url('muli-900.ttf') format('truetype');
}
