:root {
    --bg: #0d1117;
    --surface: #161b22;
    --surface-2: #1c2128;
    --fg: #c9d1d9;
    --fg-bright: #f0f6fc;
    --muted: #8b949e;
    --border: #30363d;
    --border-soft: #21262d;
    --accent: #3fb950;
    --accent-dim: rgba(63, 185, 80, 0.14);
    --amber: #d29922;
    --amber-dim: rgba(210, 153, 34, 0.14);
    --cyan: #39c5cf;
    --red: #f85149;
    --font-mono:
        "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
    --font-sans:
        "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui,
        sans-serif;
    --radius: 8px;
    --radius-sm: 6px;
    --maxw: 1080px;
}
