/* ═══════════════════════════════════════════════════════════════
   SELF-HOSTED FONTS
   ═══════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────
   LEXEND EXA (Primary - Body text)
   Variable font supporting weights 100-900
   ───────────────────────────────────────────────────────────── */

@font-face {
  font-family: 'Lexend Exa';
  src: url('../fonts/Lexend_Exa/LexendExa-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Static fallbacks for older browsers */
@font-face {
  font-family: 'Lexend Exa';
  src: url('../fonts/Lexend_Exa/static/LexendExa-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Exa';
  src: url('../fonts/Lexend_Exa/static/LexendExa-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Exa';
  src: url('../fonts/Lexend_Exa/static/LexendExa-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Exa';
  src: url('../fonts/Lexend_Exa/static/LexendExa-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ─────────────────────────────────────────────────────────────
   VALVERDE CONDENSED (Display - Big headlines)
   Use sparingly for hero text and major headings
   ───────────────────────────────────────────────────────────── */

@font-face {
  font-family: 'Valverde';
  src: url('../fonts/valverde-cufonfonts-webfont/ValverdeCondensedSemibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Valverde';
  src: url('../fonts/valverde-cufonfonts-webfont/ValverdeCondSemBdIta.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
