/* ─────────────────────────────────────────────────────────────
   Bio Sans — police officielle du kit Standish, adoptée site-wide
   sur mondria.com (13 juillet 2026). Mêmes graisses que le live.
   ───────────────────────────────────────────────────────────── */
@font-face {
  font-family: 'Bio Sans';
  src: url('fonts/BioSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bio Sans';
  src: url('fonts/BioSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bio Sans';
  src: url('fonts/BioSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bio Sans';
  src: url('fonts/BioSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bio Sans porte titres ET corps, comme sur mondria.com */
:root {
  --font-corps: 'Bio Sans', ui-sans-serif, system-ui, sans-serif;
  --font-titres: 'Bio Sans', ui-sans-serif, sans-serif;
}
