/*
 * Vazirmatn — Persian/Arabic webfont
 * Official project: https://github.com/rastikerdar/vazirmatn
 * License: SIL Open Font License 1.1
 */
@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');

:root {
  --qta-font-family: "Vazirmatn", Arial, sans-serif;
}

html, body, button, input, textarea, select {
  font-family: var(--qta-font-family);
}
