/* MR-LIGHTING public-site Latin font override.
   Goodspace applies only to approved mobile and desktop ranges; the laptop
   interval remains on the existing Rostex stack. Persian glyphs keep falling
   through to Vazirmatn because Goodspace contains Latin glyphs only. */
@font-face {
    font-family: "MR Goodspace";
    src: url("../../fonts/goodspace/goodspace.otf") format("opentype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    unicode-range: U+0000-024F, U+1E00-1EFF;
}

@media (max-width: 900px), (min-width: 1180px) {
    :root {
        --mr-public-latin-font: "MR Goodspace";
    }
}
