@import "tailwindcss"; @theme { --color-bg: #0d1117; --color-surface: #161b22; --color-accent: #1ebe8a; --color-heading: #e6edf3; --color-body: #8b949e; --color-border-subtle: #30363d; } body { margin: 0; background-color: var(--color-bg); color: var(--color-body); }