/* ---- Memorably — Gen-Z friendly typography ----
   Display : Bricolage Grotesque — modern, slightly quirky grotesque
   Body/UI : Hanken Grotesk      — neutral, warm workhorse
   Self-hosted latin variable woff2 (from Google Fonts) — keeps the site
   dependency-free and offline-capable. */

@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../assets/fonts/Bricolage-Variable.woff2') format('woff2');
  font-weight: 200 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url('../assets/fonts/HankenGrotesk-Variable.woff2') format('woff2');
  font-weight: 100 900; font-style: normal; font-display: swap;
}
