:root{--bg:#f6f3ee;--surface:#fdfbf7;--ink:#26221c;--muted:#7a736a;--faint:#a8a198;--line:#e7e1d7;--accent:#8a5a34;--accentSoft:#f3eae0}body,html{margin:0;padding:0;width:100%}html{min-height:100%}body{min-height:100vh;background:var(--bg)}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1 1}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-end{align-items:flex-end}.justify-center{justify-content:center}.hidden{display:none}@media (min-width:768px){.md\:flex{display:flex}}