:root{--background:#f5f1e8;--foreground:#1f1b16}html,body{width:100%;min-height:100%}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;font-family:Georgia,Times New Roman,Times,serif;line-height:1.5}.home{text-align:center;place-content:center;gap:.5rem;min-height:100dvh;padding:2rem;display:grid}.home h1{letter-spacing:.02em;font-size:clamp(2rem,6vw,3.5rem)}.home p{font-size:clamp(1rem,2vw,1.25rem)}
