@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800&display=swap");

:root {
    --font-ui: "Vazirmatn", "IRANSansX", "Dana", Tahoma, system-ui,
        -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body {
    font-family: var(--font-ui);
}

body :where(
    button,
    input,
    select,
    textarea,
    option,
    optgroup
) {
    font-family: inherit;
}
