/* ============================================================
   CosyHome — Polices locales
   Servies depuis /chc_webapp/static/fonts/
   ============================================================ */

/* IvyOra Display Medium — titres (h1, .t2, .font-display) */
@font-face {
  font-family: 'ivyora-display';
  src: url('/chc_webapp/static/fonts/IvyOraDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* IvyOra Display Medium Italic — titleItalic dans PageHeader (<i>) */
@font-face {
  font-family: 'ivyora-display';
  src: url('/chc_webapp/static/fonts/IvyOraDisplay-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* DM Sans Light — corps de texte (body, .c1, h3, .text-small) */
@font-face {
  font-family: 'dm-sans';
  src: url('/chc_webapp/static/fonts/DMSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* DM Sans SemiBold — titres secondaires (h2, h4, .t6) */
@font-face {
  font-family: 'dm-sans';
  src: url('/chc_webapp/static/fonts/DMSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}