:root{--bg: #f6f0e6;--bg-2: #fffaf2;--text: #2a1f16;--muted: #6b5e52;--line: #e4d8c8;--gold: #c4a574;--serif: "Cormorant Garamond", "Times New Roman", serif;--sans: "Outfit", system-ui, sans-serif}html[data-theme=dark]{--bg: #16110c;--bg-2: #211a14;--text: #f4ede3;--muted: #b8a99a;--line: #3a2f26;--gold: #d4b896}*{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--bg);color:var(--text);line-height:1.55;min-height:100vh;transition:background .35s ease,color .35s ease}img{max-width:100%}button,input,textarea{font-family:inherit}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}.reveal.in{opacity:1;transform:none}::selection{background:var(--gold);color:#1b140e}
