@font-face {
  font-family: "Vazir";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/vazirmatn/Vazir-Light.woff2") format("woff2");
}

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

@font-face {
  font-family: "Vazir";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/vazirmatn/Vazir-Bold.woff2") format("woff2");
}

/* Apply globally */
html, body {
  font-family: "Vazir", sans-serif;
}
