@font-face {
  font-family: 'Vazirmatn';
  src: url('./Vazirmatn/Vazirmatn[wght].woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --pk-font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  --font-family-base: var(--pk-font-family);
  --font-sans: var(--pk-font-family);
}

html,
body,
button,
input,
textarea,
select,
option,
optgroup {
  font-family: var(--pk-font-family) !important;
}
