/* Self-hosted landing fonts — no Google Fonts on marketing pages */

@font-face {
  font-family: "Archivo Black";
  src: url("/public/fonts/ArchivoBlack-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/public/fonts/Inter-Variable.ttf") format("truetype");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans Telugu";
  src: url("/public/fonts/NotoSansTelugu-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0C00-0C7F;
}
