/* ============================================================
   AMIGO STUDIOS — WEBFONTS
   Oaxaca       → display headline (chunky hand-cut, UPPERCASE)
   El Camino Slim → handwritten script accent (terracotta, tilted)
   Bricolage Grotesque & Nunito load from Google Fonts (see below)
   ============================================================ */

@font-face {
  font-family: 'Oaxaca';
  src: url('../assets/fonts/Oaxaca.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'El Camino Slim';
  src: url('../assets/fonts/elcaminoslim.woff2') format('woff2'),
       url('../assets/fonts/elcaminoslim.woff') format('woff');
  font-weight: 400;
  font-display: swap;
}

/* Bricolage Grotesque (display sans / numerals) + Nunito (body)
   ship from Google Fonts. Consuming pages should also include:
   <link href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,700;12..96,800&family=Nunito:wght@400;600;700;800&display=swap" rel="stylesheet">
*/
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,700;12..96,800&family=Nunito:wght@400;600;700;800&display=swap');
