:root {
font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
line-height: 1.5;
color: #1c2b33;
background: #f6fafb;
}
body {
margin: 0;
min-width: 320px;
min-height: 100vh;
display: grid;
place-items: center;
}