/* ============================================================
   Polices locales — Bricolage Grotesque & Inter (variable)
   Bricolage Grotesque : WOFF2 variable (converti depuis TTF via fontTools)
   Inter : WOFF2 variable (converti depuis TTF via fontTools).
   ============================================================ */

/* Bricolage Grotesque — variable (opsz 12–96, wght 200–800) */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/bricolage-grotesque-var.woff2') format('woff2');
}

/* Inter — variable normale (opsz 14–32, wght 100–900) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-var.woff2') format('woff2');
}

