@font-face {
  font-family: "Vazirmatn";
  src: url("fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("fonts/Vazirmatn-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("fonts/Vazirmatn-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("fonts/Vazirmatn-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --saribar-font: "Vazirmatn", "IRANSans", Tahoma, Arial, sans-serif;
}
html, body, button, input, select, textarea, table, kbd {
  font-family: var(--saribar-font) !important;
}
body {
  font-feature-settings: "kern" 1;
  text-rendering: optimizeLegibility;
}
input[type="tel"], input[type="number"], input[type="time"], input[type="date"],
.time, .money, [data-number] {
  font-variant-numeric: tabular-nums;
}
