/*
  Estilo mínimo, de sustentação. O sistema visual nasce em E1.5 e a área
  pública ganha forma em E3 e, até lá, o suficiente para o texto ser legível.
*/

:root {
    color-scheme: light dark;
}

body {
    margin: 0;
    padding: 2rem;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    line-height: 1.6;
}

main {
    max-width: 48rem;
    margin: 0 auto;
}
