@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500&display=swap";:root{--color-bg: #111110;--color-surface: #1c1c1a;--color-surface-raised: #242422;--color-border: #2e2e2b;--color-text: #e8e4d9;--color-muted: #7a776e;--color-accent: #d4a84b;--color-accent-dim: #8a6a28;--color-green: #5db87a;--color-yellow: #d4a84b;--color-red: #d45b5b;--font-display: "DM Serif Display", Georgia, serif;--font-mono: "DM Mono", "Courier New", monospace;--font-body: "DM Sans", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}
