/**
 * فونت سراسری سامانه جامع ERP+AI — Vazirmatn
 * کاملاً لوکال/آفلاین از lib/vazirmatn
 */
@import url('../lib/vazirmatn/Vazirmatn-font-face.css');

:root {
  --erp-font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
}

html {
  font-family: var(--erp-font-family) !important;
}

body {
  font-family: var(--erp-font-family) !important;
}

body,
button,
input,
select,
textarea,
optgroup,
label,
table,
th,
td,
a,
p,
span,
div,
li,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
small,
strong,
em,
b,
i:not([class*="mdi"]):not([class*="fa-"]),
section,
article,
aside,
header,
footer,
nav,
main,
dialog,
form {
  font-family: var(--erp-font-family);
}

code,
kbd,
pre,
samp,
.font-mono,
[class*="monospace"] {
  font-family: ui-monospace, Consolas, 'Courier New', monospace;
}
