/* Maison Horizon - Fonts self-hosted (RGPD : pas de Google Fonts).
   Source : docs/briefs/charte-graphique/Fonts/ (livrée 2026-05-06 par Valentina).

   Format : .woff2 (compression Brotli native, 50-60% plus léger que .otf).
   Conversion realisee 2026-06-11 via `woff2_compress` (Google) : 1.04 MB → 480 KB.
   Les sources .otf sont conservees en backup dans le dossier mais non chargees.

   Licences : a confirmer avec Valentina avant prod (TODOS.md F#1 P1).
*/

/* - Dilbero (titres, charte page 24) - */
@font-face {
    font-family: 'Dilbero';
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/dilbero/Dilbero-Light-pduWyF7.woff2") format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Dilbero';
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/dilbero/Dilbero-Regular-CuelhGY.woff2") format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Dilbero';
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/dilbero/Dilbero-Medium-QhQtHBr.woff2") format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Dilbero';
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/dilbero/Dilbero-Semibold-nFy2P3J.woff2") format('woff2');
    font-display: swap;
}

/* - Sofia Pro (corps + CTA, charte page 25) - */
@font-face {
    font-family: 'Sofia Pro';
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/sofia-pro/Sofia-Pro-Regular-Ci8b9o8.woff2") format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Sofia Pro';
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/sofia-pro/Sofia-Pro-Medium-N7O2Ecv.woff2") format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Sofia Pro';
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/sofia-pro/Sofia-Pro-Semi-Bold-7iqyzkU.woff2") format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Sofia Pro';
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/sofia-pro/Sofia-Pro-Bold-iQ0KHO_.woff2") format('woff2');
    font-display: swap;
}
