/*
 * AITCOH Fonts — @font-face only (project-optimized copy)
 *
 * This project ships WOFF2 conversions of the brand's variable fonts
 * (same families, same files' outlines — ~70% smaller). The canonical
 * brand source at brand/styles/fonts.css keeps the TTF originals.
 * Faces bundled here are only the ones this page uses:
 *   Montserrat (upright)          — headings
 *   Source Sans Pro (upright+italic) — body, brand-name italics
 * Family names are unchanged, so the page CSS renders identically.
 */
@font-face {
  font-family: 'Montserrat';
  src: url('../assets/fonts/Montserrat/Montserrat-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../assets/fonts/Source%20Sans%20Pro/SourceSans3-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../assets/fonts/Source%20Sans%20Pro/SourceSans3-Italic-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
