/* ============================================================
   JATAV RETHINK AI — Local typefaces
   Preview iframe mein Google Fonts load nahi hote,
   isliye sab fonts yahin host kiye hain.
   ============================================================ */

@font-face {
  font-family: "Doto";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./doto-latin.woff2") format("woff2"),
       url("./doto-full.ttf") format("truetype");
}

@font-face {
  font-family: "DotGothic16";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./dotgothic16-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url("./outfit-latin.woff2") format("woff2"),
       url("./outfit-full.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Devanagari";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("./noto-devanagari.woff2") format("woff2");
}
