[data-theme="dark"] {
    --text-color: #fff;
    --bg-color: #1a1a1a;
    --secondary-bg: #2d2d2d;
}

.theme-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.theme-toggle svg {
    fill: var(--text-color);
} 