/* ── Global typography ─────────────────────────────────────────────────────── */
body {
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ── View Transitions ──────────────────────────────────────────────────── */
@view-transition {
    navigation: auto;
}
