:root {
    --bg: #0f0f10;
    --panel: #18181b;
    --text: #f5f5f5;
    --muted: #9ca3af;
    --accent: #ffffff;
    --border: #2a2a2f;
}

html,
body {
    background: var(--bg);
    color: var(--text);
    font-family: Inter, system-ui, sans-serif;
}