/* ============================================================
   WEEDN FONTS — Self-hosted (performance + GDPR)
   Download from Google Fonts, place in assets/fonts/
   ============================================================ */

/* Bebas Neue — Titres */
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/bebas-neue/BebasNeue-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* DM Sans — Corps (Variable Font, 100-1000 weight range) */
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/dm-sans/DMSans-Regular.woff2') format('woff2');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

/* JetBrains Mono — Donnees, prix, % (Variable Font) */
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../fonts/jetbrains-mono/JetBrainsMono-Regular.woff2') format('woff2');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
