/* ==========================================================================
   Perreo — Webfonts
   4 real files supplied by brand; body copy uses a Google Fonts substitute
   (flagged in readme.md — no clean body-text face was supplied).
   ========================================================================== */

@font-face {
  font-family: 'Aachen Std';
  src: url('../assets/fonts/AachenStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Blackout Midnight';
  src: url('../assets/fonts/BlackoutMidnight.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eds Market';
  src: url('../assets/fonts/EdsMarket-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Slant cut — now used for display headwords (BICHOTA, TÍGUERE) and
   section sub-heads (Origen, ¿Y cómo se usa?), replacing Blackout
   Midnight in that role. */
@font-face {
  font-family: 'Eds Market Slant';
  src: url('../assets/fonts/EdsMarket-RegularSlant.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Utility';
  src: url('../assets/fonts/Utility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Body substitute — Mulish (Google Fonts), closest open humanist-grotesk
   match to the paragraph type seen in the source spreads. Swap for a
   licensed brand text face when available. */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');
