/* ============================================================
   C2 self-hosted web fonts — Inter (body) + Sora (headings)
   Location (child theme): /assets/css/c2-fonts.css

   FONT FILES NEEDED (woff2, latin subset), placed at:
     /assets/fonts/inter/inter-400.woff2   (+ 500, 600, 700, 900)
     /assets/fonts/sora/sora-400.woff2     (+ 500, 600, 700, 800)

   Easiest way to get them:
     1. Go to https://gwfh.mranftl.com/fonts  (google-webfonts-helper)
     2. Search "Inter" → charsets: latin → styles: 400,500,600,700,900
        → "Modern Browsers" → download → keep only the .woff2 files.
     3. Rename each to  inter-<weight>.woff2  (e.g. inter-400.woff2).
     4. Repeat for "Sora" with weights 400,500,600,700,800 → sora-<weight>.woff2.
     5. Drop them into the folders above.
   (The family names below stay "Inter"/"Sora" so the theme's existing
    font-family rules keep working — you're only swapping the source.)
   ============================================================ */

/* ---------- Inter (body) ---------- */
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/inter/inter-400.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/inter/inter-500.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/inter/inter-600.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/inter/inter-700.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:900;font-display:swap;src:url('../fonts/inter/inter-900.woff2') format('woff2');}

/* ---------- Sora (headings) ---------- */
@font-face{font-family:'Sora';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/sora/sora-400.woff2') format('woff2');}
@font-face{font-family:'Sora';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/sora/sora-500.woff2') format('woff2');}
@font-face{font-family:'Sora';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/sora/sora-600.woff2') format('woff2');}
@font-face{font-family:'Sora';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/sora/sora-700.woff2') format('woff2');}
@font-face{font-family:'Sora';font-style:normal;font-weight:800;font-display:swap;src:url('../fonts/sora/sora-800.woff2') format('woff2');}
