/* Self-hosted font declarations.
 * Served as a static file from the app origin (not CDN) so that the
 * root-relative /fonts/ URLs resolve against the app domain, not CloudFront.
 * This prevents the CORS error that occurs when @font-face src URLs are
 * resolved from a CDN-hosted CSS file against the CDN origin. */

/* ─── Poppins italic (font-display: swap — FOUT acceptable for italic) ─── */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/poppins/poppins-italic-100.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/poppins/poppins-italic-200.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/poppins/poppins-italic-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/poppins/poppins-italic-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/poppins/poppins-italic-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/poppins/poppins-italic-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/poppins/poppins-italic-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/poppins/poppins-italic-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/poppins/poppins-italic-900.woff2') format('woff2');
}

/* ─── Poppins normal — rare weights (swap) ─── */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/poppins/poppins-normal-100.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/poppins/poppins-normal-200.woff2') format('woff2');
}

/* ─── Poppins normal — critical weights (block, paired with <link rel="preload">) ─── */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('/fonts/poppins/poppins-normal-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/poppins/poppins-normal-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('/fonts/poppins/poppins-normal-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url('/fonts/poppins/poppins-normal-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('/fonts/poppins/poppins-normal-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: block;
  src: url('/fonts/poppins/poppins-normal-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/poppins/poppins-normal-900.woff2') format('woff2');
}

/* ─── Kameron ─── */
@font-face {
  font-family: 'Kameron';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/kameron/kameron-normal-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Kameron';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/kameron/kameron-normal-700.woff2') format('woff2');
}

/* ─── Nunito Sans ─── */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/nunito-sans/nunito-sans-normal-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('/fonts/nunito-sans/nunito-sans-normal-700.woff2') format('woff2');
}
