/* Existing NorteSul palette; a static placeholder, not a new design system. */
:root { color-scheme: light; font-family: system-ui, sans-serif; color: #18201d; background: #f4f1ea; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: grid; place-items: center; padding: 2rem 1.5rem; }
main { width: min(100%, 36rem); }
.name { color: #215e55; font-weight: 650; margin: 0 0 3rem; }
h1 { font-size: clamp(2.5rem, 8vw, 4rem); line-height: 1.1; margin: 0 0 1rem; }
h2 { font-size: 1.5rem; margin: 0 0 .75rem; }
p { font-size: 1.125rem; line-height: 1.6; margin: 0; }
.english { border-top: 1px solid #c9c2b4; margin-top: 2rem; padding-top: 2rem; }
