@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
}

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

html[lang^="te"] body,
html[lang^="te"] button,
html[lang^="te"] input,
html[lang^="te"] select,
html[lang^="te"] textarea {
  font-family: "Noto Sans Telugu", "Inter", system-ui, sans-serif;
}

html[lang^="te"] h1,
html[lang^="te"] h2,
html[lang^="te"] h3,
html[lang^="te"] .wordmark {
  font-family: "Noto Sans Telugu", "Manrope", "Inter", system-ui, sans-serif;
}
