/* Telugu locale fonts — Noto Sans Telugu
 * License: SIL Open Font License 1.1 (Google Fonts)
 * Source: https://fonts.google.com/noto/specimen/Noto+Sans+Telugu
 */

@font-face {
  font-family: "Noto Sans Telugu";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/noto-sans-telugu-script.woff2") format("woff2");
  unicode-range: U+0951-0952, U+0964-0965, U+0C00-0C7F, U+1CDA, U+1CF2, U+200C-200D, U+25CC;
}

@font-face {
  font-family: "Noto Sans Telugu Fallback";
  src: local("Arial");
  ascent-override: 100.54%;
  descent-override: 27.56%;
  line-gap-override: 0%;
  size-adjust: 106.33%;
}

:root {
  --font-body-te: "Noto Sans Telugu", "Noto Sans Telugu Fallback", system-ui, sans-serif;
}
