/* Altus CXO - self-hosted Google Fonts
 * Replaces external https://fonts.googleapis.com/css2 request with local woff2.
 * Latin subset only (English-only site). font-display: optional - text paints
 * immediately in fallback; Poppins/Sora swap in only if loaded in ~100ms.
 * Trade-off: slow connections may see fallback font for the page load. Removes
 * LCP delay caused by font swap. Generated 2026-05-22, updated 2026-05-24.
 */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('fonts/poppins-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url('fonts/poppins-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url('fonts/poppins-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('fonts/poppins-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 300 700;
  font-display: optional;
  src: url('fonts/sora-var.woff2') format('woff2-variations'),
       url('fonts/sora-var.woff2') format('woff2');
}
