/* Declare your variables here*/


/* color of sidebar */
:root {
    --noactive-bg-color: #5d5caa;
}


/* color of sidebar when the item is selected*/
:root {
    --active-bg-color: #6b7dbd;
}

/* color of app background*/
:root {
    --bg-color: #ffffff;
}

/* color of secondary backgrounds*/
:root {
    --bg-secondary-color: #ededed;
}

:root {
    --title2-size: 4rem;
}

/* color of app navbar and footer*/
:root {
    --sticky-color: #b6b6d0;
}