@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../fonts/vazirmatn/vazirmatn-arabic-wght-normal.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../fonts/vazirmatn/vazirmatn-latin-wght-normal.woff2") format("woff2-variations");
}

html,
body,
button,
input,
select,
textarea,
kbd,
.text-btn,
.filter-btn,
.table-tools input,
.table-footer button,
.form-grid input,
.form-grid select {
  font-family: "Vazirmatn", Tahoma, "Segoe UI", sans-serif;
}

body {
  font-feature-settings: "ss01" 1, "tnum" 1;
  text-rendering: optimizeLegibility;
}

[data-local-time],
[data-local-date],
[data-dashboard-date],
[data-money],
.money-input,
td[data-value],
.fiscal-banner,
.metric-card strong {
  direction: rtl;
  unicode-bidi: plaintext;
  font-variant-numeric: tabular-nums;
}

[data-local-date],
[data-dashboard-date] {
  white-space: nowrap;
}
