:root { --ink: #14110c; --black: #080807; --cream: #fbf7ee; --paper: #f1e8d7; --gold: #e0c36f; --gold-dark: #956f2d; --muted: #716652; --cream-muted: #d9cdb3; --line: rgba(69, 52, 24, 0.18); --focus: #075cc9; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-synthesis: none; text-rendering: optimizeLegibility; } * { box-sizing: border-box; } html { min-width: 320px; scroll-behavior: smooth; background: var(--cream); } body { min-width: 320px; margin: 0; color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } button, input, textarea, select { font: inherit; } button { cursor: pointer; } a { color: inherit; text-decoration: none; } img { display: block; max-width: 100%; } #root { min-height: 100vh; }