/* ============================================================
   Mille Mentors — Webfonts
   ------------------------------------------------------------
   The real brand typeface is **Yowza Display** by Blaze Type
   (https://blazetype.eu) — a licensed/paid font that cannot be
   redistributed here. Until the licensed files are dropped in,
   we substitute Google Fonts that carry the same intent:
   geometric structure with generous, warm curves.

     Display  →  Bricolage Grotesque   (substitute for Yowza Display)
     Text/UI  →  Hanken Grotesk

   TO SWAP IN THE REAL FONT: add the Yowza Display @font-face
   rules below, then point --font-display at "Yowza Display".
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&family=Hanken+Grotesk:wght@400;500;600;700;800&display=swap');

/* --- Drop real Yowza Display files here when licensed ---
@font-face {
  font-family: 'Yowza Display';
  src: url('../assets/fonts/YowzaDisplay-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Yowza Display';
  src: url('../assets/fonts/YowzaDisplay-Semibold.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Yowza Display';
  src: url('../assets/fonts/YowzaDisplay-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Yowza Display';
  src: url('../assets/fonts/YowzaDisplay-Black.woff2') format('woff2');
  font-weight: 800; font-style: normal; font-display: swap;
}
--------------------------------------------------------- */
