:root {
    --background-color: #ffffff;
    --text-color: #000000;
    --text-color-dark-bg:#ffffff;
    --toggle-button-bg: #f0f0f0;
    --toggle-circle-bg: #333333;
    --light-dark-bg:rgb(236, 236, 236);
    --chat-bg: rgb(201, 201, 202);
    --side-bar:rgb(239, 238, 238);
}

[data-theme="dark"] {
    --background-color: #121111;
    --text-color: #f0f0f0;
    --icon-color: #f0f0f0;
    --light-dark-bg:rgb(39, 39, 39);
    --chat-bg: rgb(30, 30, 32);
    --side-bar:rgb(12, 12, 12);
}