:root {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color-scheme: light dark;
    background: #f7f8fc;
}

html,
body,
#app {
    min-height: 100%;
    margin: 0;
}

body { background: #f7f8fc; }

button,
textarea { box-sizing: border-box; }

@media (prefers-color-scheme: dark) {
    :root,
    body { background: #10121c; }
}
