/* Install one or both files in assets/fonts using the included installer. */
@font-face {
    font-family: "IRANSans";
    src:
        url("fonts/IRANSans-web.woff2") format("woff2"),
        url("fonts/IRANSans-web.woff") format("woff");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --wcsam-font: "IRANSans", Tahoma, Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
optgroup,
dialog,
.tooltip,
.popover,
.toast {
    font-family: var(--wcsam-font) !important;
}

/* Keep codes, IPs, tokens and account lines readable. */
code,
pre,
kbd,
samp,
[dir="ltr"],
.font-monospace {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}
