:root { --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace; --color-ink: #111111; --color-ink-soft: #4c463d; --color-on-ink: #fffaf0; --color-gold: #e5a128; --color-gold-light: #f8c968; --color-gold-soft: #fff1ce; --color-green: var(--color-gold); --color-green-light: var(--color-gold-light); --color-mint: var(--color-gold-soft); --color-canvas: #fbf7ef; --color-surface: #fffdf8; --color-line: #e7dbc4; --color-muted: #756d61; --color-warning: #a66f17; --color-warning-bg: #fff4d7; --color-danger: #a63f36; --color-danger-bg: #fff0ec; --radius-sm: 8px; --radius-md: 12px; --radius-lg: 16px; --radius-xl: 22px; --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 20px; --space-6: 24px; --space-7: 32px; --space-8: 40px; --space-9: 48px; --space-10: 56px; --space-12: 72px; --shadow-card: 0 12px 32px rgba(23, 17, 7, .09); --shadow-soft: 0 20px 55px rgba(20, 14, 4, .16); }