@font-face {
    font-family: "IRANYekanXVF";
    src: url("IRANYekanXVF.woff") format("woff-variations"),
        /* will be the standard and works in Safari now */
            url("IRANYekanXVF.woff2") format("woff");
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;
}

@font-face {
    font-family: IRANYekanX;
    src: url("staticfonts/IRANYekanX-Regular.woff") format("woff");
}
@font-face {
    font-family: IRANYekanX;
    src: url("staticfonts/IRANYekanX-Bold.woff") format("woff");
    font-weight: 700;
}

* {
    -moz-font-feature-settings: "ss04";
    -webkit-font-feature-settings: "ss04";
    font-feature-settings: "ss04";
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    font-variation-settings: "dots" 2;
}

:root {
    --base-font-family: "IRANYekanXVF" !important;
}
