@font-face {
    font-family: 'IranYekanWeb';
    src: url('../fonts/iranyekanwebregular.eot');
    src: url('../fonts/iranyekanwebregular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/iranyekanwebregular.woff2') format('woff2'),
         url('../fonts/iranyekanwebregular.woff') format('woff'),
         url('../fonts/iranyekanwebregular.ttf') format('truetype'),
         url('../fonts/iranyekanwebregular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-family: 'IranYekanWeb', Tahoma, sans-serif;
    --bs-body-font-family: var(--font-family);
    --bs-font-sans-serif: var(--font-family);
}

body,
button,
input,
select,
textarea,
.form-control,
.form-select,
.btn,
.dropdown-menu,
.modal,
.table,
.vironeer-toasts,
.vironeer-toast {
    font-family: var(--font-family);
}
