:root{--color-graphite:#2b2e33;--color-accent:#d9531e;--color-cream:#f5f1ea;--background:var(--color-cream);--foreground:var(--color-graphite);--surface-inverted:var(--color-graphite);--foreground-inverted:var(--color-cream);--accent:var(--color-accent)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--background:var(--color-graphite);--foreground:var(--color-cream);--surface-inverted:var(--color-cream);--foreground-inverted:var(--color-graphite)}}:root[data-theme=dark]{--background:var(--color-graphite);--foreground:var(--color-cream);--surface-inverted:var(--color-cream);--foreground-inverted:var(--color-graphite)}
