:root {
    --bg-gradient-top: #1E1E2F;
    --bg-gradient-bottom: #3A3A5C;
    --surface-border: #5C5C8A;
    --text-primary: #E5E7EB;
    --text-muted: #9AA0B4;
    --text-secondary: #9CA3AF;
    --accent-alt: #7C3AED;
    --accent-hover: #C7D2FE;
    --code-video-dark: #0B1020;
    --pure-black: #000000;
    --wh-color-bg-main-dark: inherit;
}

/* Example usage */
.app__sidebar {
    background: linear-gradient(to bottom, var(--bg-gradient-top), var(--bg-gradient-bottom));
    color: var(--text-primary);
}

a {
    color: var(--accent-light);
}
.wh-header__switchers{
    display: none;
}