/* Rudrapur City self-hosted faces (docs/SPEC-V3.md §1.2). The public pages download two families:
   - Baloo 2, a VARIABLE rounded face declared 700-800: the wordmark, greeting, page and section titles, big numbers and
     the day badges. Rounded, friendly, Devanagari and Latin from one design.
   - Noto Sans Devanagari, a VARIABLE face declared 400-700: body text, headlines and bold.
   Each family keeps the Google Fonts unicode-range split (devanagari / latin-ext / latin) so a Hindi page never
   downloads Latin outlines it does not paint. One change to Google's ranges: ₹ (U+20B9) and ₨ (U+20A8) are left out of
   latin-ext. Both cuts contain them, and overlapping ranges are resolved from the last rule back, so every "₹12,000"
   salary pulled the latin-ext file (13.8 KB Noto, 27.5 KB Baloo) on top of the Devanagari file the page already has. Fetched from fonts.googleapis.com/css2 with a desktop Chrome UA.
   Anek Devanagari is declared but no public stylesheet names it any more, so no reader downloads it; the declaration
   stays only for /admin (public/css/admin.css and src/admin/layout.js still use it) until the admin moves to Baloo 2. */
@font-face{font-family:'Baloo 2';font-style:normal;font-weight:700 800;font-display:swap;src:url(/fonts/baloo-2-700-800-devanagari.woff2) format('woff2');unicode-range:U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;}
@font-face{font-family:'Baloo 2';font-style:normal;font-weight:700 800;font-display:swap;src:url(/fonts/baloo-2-700-800-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20A7, U+20A9-20AB, U+20AD-20B8, U+20BA-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Baloo 2';font-style:normal;font-weight:700 800;font-display:swap;src:url(/fonts/baloo-2-700-800-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Noto Sans Devanagari';font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/noto-sans-devanagari-400-700-devanagari.woff2) format('woff2');unicode-range:U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;}
@font-face{font-family:'Noto Sans Devanagari';font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/noto-sans-devanagari-400-700-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20A7, U+20A9-20AB, U+20AD-20B8, U+20BA-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Noto Sans Devanagari';font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/noto-sans-devanagari-400-700-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
/* admin only (see the note above): the public pages never select this family */
