/* =====================================================
   Servylo — Polices auto-hébergées (Inter + Poppins)
   Téléchargées depuis Google Fonts (Open Font License)
   ===================================================== */

/* Inter — variable font (couvre 400 → 800) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('inter-variable.woff2') format('woff2-variations'),
         url('inter-variable.woff2') format('woff2');
}

/* Poppins 400 (Regular) */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('poppins-400.woff2') format('woff2');
}

/* Poppins 500 (Medium) */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('poppins-500.woff2') format('woff2');
}
