@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --hbi-font: "Yekan Bakh", "YekanBakh", "Vazirmatn", Tahoma, Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
table,
option,
label,
a,
p,
span,
div,
nav,
header,
footer,
main,
section,
article,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--hbi-font) !important;
}

body {
  font-feature-settings: "ss01" 1, "ss02" 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
