:root {
    --color-background: #FFFFFF;
    --color-border: #E5E7EB;
    --color-footer-bg: #0A0A0A;
    --color-footer-ink: #FAFAFA;
    --color-highlight-mark: #ffe97a;
    --color-ink: #0F172A;
    --color-muted: #6B7280;
    --color-primary: #f5c313;
    --color-primary-hover: #e6b800;
    --color-surface: #FAFAF7;
    --font-family: Geist, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    --font-family-mono: 'Geist Mono', ui-monospace, monospace;
    --shape-radius-card: 18px;
    --shape-radius-chip: 12px;
    --shape-radius-pill: 999px;
    --space-container-max: 1180px;
}
