/* Platform typography: Segoe UI Light, no bold — bold is reserved for accents (DESIGN §4.5).
   The grid's own styling arrives with the price page in Blok 4. */
html, body {
    font-family: "Segoe UI Light", "Segoe UI", system-ui, sans-serif;
    font-weight: 300;
    margin: 0;
}
