/* Self-Hosted Fonts — Oswald (Titres) + Raleway (Corps) */
/* Aucune requête externe vers Google — Anti-Footprint + RGPD */

/* Oswald — Headings */
@font-face {
  font-family: 'Oswald';
  src: url('/fonts/oswald-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

/* Raleway — Body */
@font-face {
  font-family: 'Raleway';
  src: url('/fonts/raleway-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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