/* subset from Baloo Chettan 2 (OFL 1.1 (EkType, google/fonts ofl/baloochettan2)) via pyftsubset — WS2 51-locale 2026-06-14 */
/* NOT YET ACTIVATED — FONT_CSS_LOCALES in locale-fonts.ts unchanged (activation = owner trigger) */
/* malayalam */
@font-face {
  font-family: 'Baloo Chettan 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/files/baloo-chettan-2/baloo-chettan-2-malayalam-400.woff2) format('woff2');
  unicode-range: U+0307, U+0323, U+0964-0965, U+0D00-0D7F, U+200C-200D, U+20B9, U+25CC;
}
/* latin */
@font-face {
  font-family: 'Baloo Chettan 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/files/baloo-chettan-2/baloo-chettan-2-latin-400.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;
}
/* malayalam */
@font-face {
  font-family: 'Baloo Chettan 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/files/baloo-chettan-2/baloo-chettan-2-malayalam-700.woff2) format('woff2');
  unicode-range: U+0307, U+0323, U+0964-0965, U+0D00-0D7F, U+200C-200D, U+20B9, U+25CC;
}
/* latin */
@font-face {
  font-family: 'Baloo Chettan 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/files/baloo-chettan-2/baloo-chettan-2-latin-700.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;
}

/* Bind 'Baloo Chettan 2' to ml content. The global stack (styles/globals.css
 * --font-body/--font-display) does NOT list this script's font, so the @font-face
 * above is downloaded but never applied (tofu / system fallback). Re-declaring the
 * font CSS variables under :lang(ml) binds it. ml.css loads only on /ml
 * pages (localeFontHref), so this scope is isolated. */
:lang(ml) {
  --font-display: "Baloo Chettan 2", "Lexend", system-ui, sans-serif;
  --font-body: "Baloo Chettan 2", "Nunito", system-ui, sans-serif;
}
