:root{--bg: #F7F2EA;--fg: #3A3131;--muted: #8B9C8C;--accent: #8B9C8C;--font-display: "Fraunces", Georgia, serif;--transition-slow: 1.2s ease}@media (prefers-color-scheme: dark){:root{--bg: #2C2826;--fg: #E3DCD4;--muted: #B7C6B3;--accent: #B7C6B3}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}body{background-color:var(--bg);color:var(--fg);font-family:var(--font-display);-webkit-font-smoothing:antialiased;transition:background-color .8s ease,color .8s ease}
