/* IranNet client theme — self-hosted IRANSansX. Font binaries are copied locally by installer. */
@font-face {
    font-family: "IRANSansX";
    src: url("../fonts/iransansx/IRANSansX-Regular.woff2") format("woff2"),
         url("../fonts/iransansx/IRANSansX-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "IRANSansX";
    src: url("../fonts/iransansx/IRANSansX-Bold.woff2") format("woff2"),
         url("../fonts/iransansx/IRANSansX-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

html,
body,
button,
input,
select,
textarea,
optgroup,
.form-control,
.custom-select,
.btn,
.dropdown-menu,
.popover,
.tooltip,
.modal,
.table {
    font-family: "IRANSansX", Tahoma, Arial, sans-serif;
}

body,
input,
select,
textarea,
button {
    font-feature-settings: "ss02" 1;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
strong, b {
    font-family: "IRANSansX", Tahoma, Arial, sans-serif;
    font-weight: 700;
}
