
:root {
    --primary-color: #8a2be2;
    --secondary-color: #4b0082;
    --background-color: #1e1e2f;
    --sidebar-color: #27293d; /* Sidebar and Card use same color */
    --card-color: #27293d;
    --text-color: #ffffff;
    --text-muted-color: #a9a9c9;
    --accent-color: #00ffdd;
}
