[data-theme="dark"] {
    --bg-primary: #0f1525;
    --bg-secondary: #151d30;
    --bg-card: #182032;
    --text-primary: #e4e8f0;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;
    --accent: #8899e8;
    --accent-hover: #a3b0f0;
    --accent-subtle: #1a1f3a;
    --border: #1e2a42;
    --border-light: #1a2540;
    --shadow: rgba(0, 0, 0, 0.2);
    --shadow-hover: rgba(0, 0, 0, 0.35);
    --code-bg: #0a0e1a;
    --code-text: #e2e8f0;
    --code-border: #12182a;
    --tag-bg: #1a1f3a;
    --tag-text: #8899e8;
    --tag-filter-bg: #1a1f3a;
    --tag-filter-text: #94a3b8;
    --blockquote-bg: #151d30;
    --blockquote-border: #5568d3;
    --table-stripe: #151d30;
    --tok-keyword: #a78bfa;
    --tok-string: #34d399;
    --tok-comment: #64748b;
    --tok-number: #fbbf24;
    --tok-function: #60a5fa;
    --tok-type: #fbbf24;
}
