/* MR-LIGHTING public-site Latin font.
   Rostex is limited to Latin glyphs; Persian text continues to fall back to Vazirmatn. */
@font-face {
    font-family: "MR Rostex";
    src: url("../../fonts/rostex/Rostex-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+0000-024F, U+1E00-1EFF;
}

@font-face {
    font-family: "MR Rostex";
    src: url("../../fonts/rostex/Rostex-Oblique.otf") format("opentype");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+0000-024F, U+1E00-1EFF;
}

@font-face {
    font-family: "MR Rostex";
    src: url("../../fonts/rostex/Rostex-Oblique.otf") format("opentype");
    font-style: oblique;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+0000-024F, U+1E00-1EFF;
}

:root {
    --mr-public-latin-font: "MR Rostex";
    --mr-public-persian-font: "Vazirmatn";
    --mr-public-font-stack: var(--mr-public-latin-font), var(--mr-public-persian-font), "Segoe UI", Arial, sans-serif;
}

html body,
html body :where(*) {
    font-family: var(--mr-public-font-stack) !important;
}
