/* Graphik Fonts */
@font-face {
  font-family: "graphik-bold";
  src: url("../fonts/Graphik-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "graphik-semibold";
  src: url("../fonts/Graphik-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "graphik-medium";
  src: url("../fonts/Graphik-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "graphik-regular";
  src: url("../fonts/Graphik-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "graphik-light";
  src: url("../fonts/Graphik-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

/* Inter Fonts */
@font-face {
  font-family: "inter-light";
  src: url("../fonts/inter-v12-latin-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "inter-regular";
  src: url("../fonts/inter-v12-latin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "inter-medium";
  src: url("../fonts/inter-v12-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "inter-semibold";
  src: url("../fonts/inter-v12-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "inter-bold";
  src: url("../fonts/inter-v12-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "inter-extrabold";
  src: url("../fonts/inter-v12-latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "inter-black";
  src: url("../fonts/inter-v12-latin-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

/* Jameel Noori Nastaleeq Fonts */
@font-face {
  font-family: "jameel-noori-nastaleeq";
  src: url("../fonts/Jameel-Noori-Nastaleeq.woff2") format("woff2");
  font-style: normal;
  text-rendering: optimizeLegibility;
}

/* Phasto and Dari Fonts */
@font-face {
  font-family: "vazirmatn-bold";
  src: url("../fonts/Vazirmatn-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "vazirmatn-regular";
 src: url("../fonts/Vazirmatn-Regular.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}