/* ============================================================
   VILLA VIP Academia — Webfonts
   Ethnocentric  → display / wordmark (wide, technical, athletic)
   Hand Gothic   → accent labels / eyebrows (thin geometric)
   Body text uses Saira (Google Fonts) — see typography.css
   ============================================================ */

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

@font-face {
  font-family: "Ethnocentric";
  src: url("../assets/fonts/ethnocentric-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

/* Body / UI typeface — athletic technical sans from Google Fonts.
   Substitution: the brand manual did not specify a support typeface;
   Saira mirrors the wide geometric character of the logo set. */
@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Saira+Condensed:wght@500;600;700;800&display=swap");
