@font-face {
    font-family: 'NX Vazir';
    src: url('/assets/fonts/Vazir-Variable.woff2?v=36.26.0') format('woff2-variations'),
         url('/assets/fonts/Vazir-Variable.woff2?v=36.26.0') format('woff2');
    font-style: normal;
    font-weight: 100 900;
    font-display: block;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/assets/fonts/Vazir-Variable.woff2?v=36.26.0') format('woff2-variations'),
         url('/assets/fonts/Vazir-Variable.woff2?v=36.26.0') format('woff2');
    font-style: normal;
    font-weight: 100 900;
    font-display: block;
}

@font-face {
    font-family: 'Vazir';
    src: url('/assets/fonts/Vazir-Variable.woff2?v=36.26.0') format('woff2-variations'),
         url('/assets/fonts/Vazir-Variable.woff2?v=36.26.0') format('woff2');
    font-style: normal;
    font-weight: 100 900;
    font-display: block;
}

:root {
    --workspace-font: 'NX Vazir', 'Vazirmatn', 'Vazir', Tahoma, Arial, sans-serif;
    --workspace-heading-font: 'NX Vazir', 'Vazirmatn', 'Vazir', Tahoma, Arial, sans-serif;
    --tenant-font-family: var(--workspace-font);
    --font-tahamtan: 'Tahamtan', var(--workspace-heading-font);
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    font-family: var(--workspace-heading-font);
}
