
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');

:root {
    --font-family: 'Vazirmatn', 'Tahoma', 'Arial', sans-serif;
}

* {
    font-family: var(--font-family) !important;
}

body, html, h1, h2, h3, h4, h5, h6, p, a, span, button, input, select, textarea {
    font-family: var(--font-family) !important;
}
