/*
   Vazirmatn is loaded from the Fontsource package on jsDelivr.
   No font binary is bundled in the project; Tahoma remains the offline fallback.
*/
@import url("https://cdn.jsdelivr.net/npm/@fontsource-variable/vazirmatn@5.2.6/index.css");

:root {
    --corevia-font-family: "Vazirmatn Variable", "Vazirmatn", Tahoma, "Segoe UI", Arial, sans-serif;
}

html,
body,
button,
input,
textarea,
select,
option {
    font-family: var(--corevia-font-family) !important;
}

body {
    font-variation-settings: "wght" 400;
    text-rendering: optimizeLegibility;
}

button,
input,
textarea,
select {
    font-variation-settings: "wght" 400;
}

strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--corevia-font-family) !important;
}

code,
pre,
kbd,
samp,
textarea[data-code-editor] {
    font-family: Consolas, "Courier New", monospace !important;
    font-variation-settings: normal;
}
