/* Self-hosted fonts to reduce render blocking and improve caching */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("./inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./roboto-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Anek Tamil";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./anek-tamil.woff2") format("woff2");
}




