/*
 * PASSION ELITE AMBASSADOR (Phase 12.K)
 *
 * Polices Inter self-hostees pour conformite RGPD + Schrems II :
 * AUCUNE connexion vers Google Fonts (USA) ni vers tout autre CDN tiers.
 *
 * Source : Inter v4.0 - rsms/inter (https://rsms.me/inter/)
 * Licence : SIL Open Font License v1.1 (autorise usage commercial + self-host)
 *
 * Reference : Cahier des charges v1.4 Phase 12.K, CJUE Schrems II (16/07/2020),
 *             LG Munchen 20/01/2022, recommandation APD belge 02/2024.
 */

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

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

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./inter/Inter-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./inter/Inter-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('./inter/Inter-ExtraBold.woff2') format('woff2');
}
