/* ============================================================
   STATIC ACADEMY — CUSTOM FONTS
   ============================================================
   Linked and live:
   · 'Europa Grotesk SH' — EuropaGroteskSH-Med (Medium, 500)
   · 'Estrella'          — estrella-early (display)

   Pick them in Dev Studio → Appearance → Font.
   To add more: drop files in /assets/fonts, copy a block below.
   ============================================================ */

@font-face {
  font-family: 'Europa Grotesk SH';
  src: url('/assets/fonts/EuropaGroteskSH-Med.woff2') format('woff2'),
       url('/assets/fonts/EuropaGroteskSH-Med.otf') format('opentype');
  font-weight: 300 800; /* single Medium file serves all UI weights */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Estrella';
  src: url('/assets/fonts/estrella-early.woff2') format('woff2'),
       url('/assets/fonts/estrella-early.otf') format('opentype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
