/* ───────────────────────────────────────────────────────────────────────
   fonts.css — self-hosted faces (latin woff2, OFL). Loaded before tokens.
   Two-font system (premium sports-app pattern): Manrope = workhorse UI face,
   Barlow Condensed = display face for HERO NUMERALS + screen titles ONLY.
   ─────────────────────────────────────────────────────────────────────── */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('../fonts/manrope-var.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/barlow-condensed-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/barlow-condensed-700.woff2') format('woff2');
}
