@import url("https://fonts.googleapis.com/css2?family=Vazirmatn&display=swap");

@font-face {
  font-family: Vazirmatn;
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Vazirmatn", sans-serif;
  /*font-size: 24px;*/
  line-height: 150%;
  background: #f9fafb;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Vazirmatn", sans-serif;
  font-weight: 100;
  line-height: 150%;
  font-weight: bold;
}