/* ============================================================
   INTERNO — self-hosted web fonts
   ------------------------------------------------------------
   Noto Georgian (Serif + Sans) is bundled in assets/fonts/ so Georgian AND
   Latin text render identically on EVERY device and browser, with ZERO
   dependency on Google Fonts or any locally-installed font. This is what makes
   the site render consistently even where Google Fonts is blocked/slow.

   Brand fonts — 'LGV Anastasia 2025 Geo' (headings) and 'FiraGo' (body) — are
   emitted automatically by the theme (interno_brand_font_faces() in
   functions.php) the moment their files are dropped into assets/fonts/. Until
   then the stacks fall back to the self-hosted Noto below.

   Every face uses font-display:swap, so text is ALWAYS visible while a font
   loads (never invisible / "failed").
   ============================================================ */

/* ===== Noto Serif Georgian — headings fallback ===== */
@font-face{font-family:'Noto Serif Georgian';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/noto-serif-georgian-georgian-400-normal.woff2') format('woff2');unicode-range:U+10A0-10FF,U+1C90-1CBF,U+2D00-2D2F;}
@font-face{font-family:'Noto Serif Georgian';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/noto-serif-georgian-latin-400-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Noto Serif Georgian';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/noto-serif-georgian-georgian-500-normal.woff2') format('woff2');unicode-range:U+10A0-10FF,U+1C90-1CBF,U+2D00-2D2F;}
@font-face{font-family:'Noto Serif Georgian';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/noto-serif-georgian-latin-500-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Noto Serif Georgian';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/noto-serif-georgian-georgian-600-normal.woff2') format('woff2');unicode-range:U+10A0-10FF,U+1C90-1CBF,U+2D00-2D2F;}
@font-face{font-family:'Noto Serif Georgian';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/noto-serif-georgian-latin-600-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}

/* ===== Noto Sans Georgian — body fallback ===== */
@font-face{font-family:'Noto Sans Georgian';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/noto-sans-georgian-georgian-400-normal.woff2') format('woff2');unicode-range:U+10A0-10FF,U+1C90-1CBF,U+2D00-2D2F;}
@font-face{font-family:'Noto Sans Georgian';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/noto-sans-georgian-latin-400-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Noto Sans Georgian';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/noto-sans-georgian-georgian-500-normal.woff2') format('woff2');unicode-range:U+10A0-10FF,U+1C90-1CBF,U+2D00-2D2F;}
@font-face{font-family:'Noto Sans Georgian';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/noto-sans-georgian-latin-500-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Noto Sans Georgian';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/noto-sans-georgian-georgian-600-normal.woff2') format('woff2');unicode-range:U+10A0-10FF,U+1C90-1CBF,U+2D00-2D2F;}
@font-face{font-family:'Noto Sans Georgian';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/noto-sans-georgian-latin-600-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
