/* MASTER-PACK 0.7.60 — intentional local/system typography policy.
 *
 * The previous stack named Inter without shipping an Inter webfont. Browsers
 * therefore rendered the platform UI font already, but the CSS expressed a
 * dependency that did not exist. Keep the same fast, privacy-friendly visual
 * behavior deliberately: prefer the modern Windows variable UI face when it
 * is available, then the platform UI sans stack. No remote font request, no
 * FOIT/FOUT, no extra font payload and no failed font dependency.
 */

:root {
    --mp-font: "Segoe UI Variable Text", "Segoe UI Variable", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --mp-heading-font: var(--mp-font);
}

body.mp-prototype {
    font-kerning: normal;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
