/**
 * Fonts CSS - Charte Graphique Graphik Impact
 * Version: 1.0.0
 * Description: Polices personnalisées Outfit et Zalando Sans
 */

/* ========================================
   OUTFIT - Titres et sous-titres
   ======================================== */

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

/* Outfit Medium - Pour sous-titres */
@font-face {
    font-family: 'Outfit';
    src: url('../assets/fonts/Outfit/Outfit-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Outfit SemiBold - Pour gros titres */
@font-face {
    font-family: 'Outfit';
    src: url('../assets/fonts/Outfit/Outfit-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ========================================
   ZALANDO SANS - Corps de texte
   ======================================== */

/* Zalando Sans Regular */
@font-face {
    font-family: 'Zalando Sans';
    src: url('../assets/fonts/Zalando_Sans/ZalandoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Zalando Sans Italic - Pour listes et remarques */
@font-face {
    font-family: 'Zalando Sans';
    src: url('../assets/fonts/Zalando_Sans/ZalandoSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
