@font-face {
    font-family: 'NX Vazir';
    src: url('/assets/fonts/Vazir-Variable.woff2?v=36.32.28') format('woff2-variations'),
         url('/assets/fonts/Vazir-Variable.woff2?v=36.32.28') format('woff2');
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}
@font-face {font-family:'Vazirmatn';src:url('/assets/fonts/Vazir-Variable.woff2?v=36.32.28') format('woff2-variations');font-style:normal;font-weight:100 900;font-display:swap}
@font-face {font-family:'Vazir';src:url('/assets/fonts/Vazir-Variable.woff2?v=36.32.28') format('woff2-variations');font-style:normal;font-weight:100 900;font-display:swap}
@font-face {font-family:'Digi Paeez Profesional';src:url('/assets/fonts/custom/Digi-Paeez-Profesional.ttf?v=36.32.28') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face {font-family:'Digi Sarvenaz';src:url('/assets/fonts/custom/Digi-Sarvenaz.ttf?v=36.32.28') format('truetype');font-style:normal;font-weight:700;font-display:swap}
@font-face {font-family:'Digi Nozha';src:url('/assets/fonts/custom/Digi-Nozha-Regular.ttf?v=36.32.28') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face {font-family:'Molsaq Arabic';src:url('/assets/fonts/custom/MolsaqArabic-Light.ttf?v=36.32.28') format('truetype');font-style:normal;font-weight:300;font-display:swap}
@font-face {font-family:'SG Kara';src:url('/assets/fonts/custom/SGKara-Light.ttf?v=36.32.28') format('truetype');font-style:normal;font-weight:300;font-display:swap}
: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);
    --tenant-heading-font-family: var(--workspace-heading-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)}
