﻿@font-face {
    font-family: "Vazirmatn";
    src:
        local("Vazirmatn"),
        local("Vazirmatn Regular"),
        url("/fonts/Vazirmatn.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --app-font: "Vazirmatn", Tahoma, "Segoe UI", Arial, sans-serif;
    --bs-body-font-family: var(--app-font);
}

html,
body,
body *,
button,
input,
select,
textarea,
option,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
label,
a,
span,
small,
strong,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.form-control,
.form-select,
.btn,
.dropdown-menu,
.modal,
.offcanvas,
.tooltip,
.popover {
    font-family: var(--app-font) !important;
}

code,
pre,
kbd,
samp,
code *,
pre * {
    font-family: Consolas, "Courier New", monospace !important;
    direction: ltr;
}
