/* Activate Faith Group — Webfonts (self-hosted)
   Display: Gilroy ExtraBold (the brand display font — supplied by the trust)
   Body:    Hanken Grotesk (humanist, professional, highly legible)
   Mono:    Space Mono (utility / data) */

/* Gilroy ships as a single ExtraBold weight; map the full display weight
   range to it so every heading renders in the real brand face. */
@font-face {
  font-family: 'Gilroy'; font-style: normal; font-weight: 500 900; font-display: swap;
  src: url('../assets/fonts/Gilroy-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Hanken Grotesk'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../assets/fonts/HankenGrotesk-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Hanken Grotesk'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('../assets/fonts/HankenGrotesk-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Hanken Grotesk'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('../assets/fonts/HankenGrotesk-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Hanken Grotesk'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../assets/fonts/HankenGrotesk-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Mono'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../assets/fonts/SpaceMono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Mono'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../assets/fonts/SpaceMono-700.woff2') format('woff2');
}
