/* ========================================
   POLICE AUDREY - CHARGEMENT FORCÉ
   ======================================== */

@font-face {
    font-family: 'Audrey';
    src: url('../fonts/audrey/Audrey-Normal.woff2') format('woff2'),
         url('../fonts/audrey/Audrey-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Audrey';
    src: url('../fonts/audrey/Audrey-Bold.woff2') format('woff2'),
         url('../fonts/audrey/Audrey-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Audrey';
    src: url('../fonts/audrey/Audrey-NormalOblique.woff2') format('woff2'),
         url('../fonts/audrey/Audrey-NormalOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Audrey Med';
    src: url('../fonts/audrey/Audrey-Medium.woff2') format('woff2'),
         url('../fonts/audrey/Audrey-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Audrey Med';
    src: url('../fonts/audrey/Audrey-MediumOblique.woff2') format('woff2'),
         url('../fonts/audrey/Audrey-MediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* ========================================
   APPLICATION FORCÉE DE LA POLICE
   ======================================== */

/* ========================================
   POLICE POUR LES TITRES H1 ET H2
   ======================================== */

h1, h2,
.title-h1, .title-h2 {
    font-family: 'Audrey Med', 'Audrey', sans-serif !important;
    font-weight: 500 !important;
}

/* ========================================
   POLICE POUR TOUT LE RESTE (INTER)
   ======================================== */

/* Tous les titres H3 à H6 en Inter */
h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 300 !important;
}

/* Tous les textes courants en Inter */
body p,
body span,
body div,
body a,
body li,
body .text,
body .description,
body .content,
body .creative-elements *:not(h1):not(h2) {
    font-family: 'Inter', sans-serif !important;
    font-weight: 300 !important;
}

/* ========================================
   FORCER INTER SUR TOUT SAUF H1 ET H2
   (Version alternative plus radicale)
   ======================================== */

body *:not(h1):not(h2) {
    font-family: 'Inter', sans-serif !important;
    font-weight: 300 !important;
}
/* VERSION ULTRA-SIMPLIFIÉE ET RADICALE */
h1, h2 {
    font-family: 'Audrey Med', 'Audrey', sans-serif !important;
    font-weight: 500 !important;
}

body *:not(h1):not(h2) {
    font-family: 'Inter', sans-serif !important;
    font-weight: 300 !important;
}
