:root {
    color-scheme: light dark;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

body {
    margin: 0;
    padding: 2rem clamp(1rem, 4vw, 4rem);
    line-height: 1.5;
}
