:root {
    color-scheme: light;
}

body {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 0;
    min-height: 100vh;
    background: #f3f4f6;
    color: #111827;
}

main {
    padding: 1.5rem;
}
