@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

:root {
    --primary: rgba(34, 80, 227, 1);
    --primary-dark: rgba(103, 211, 99, 1);
    --primary-70: rgba(103, 211, 99, 0.7);
    --primary-50: rgba(103, 211, 99, 0.5);
    --primary-30: rgba(103, 211, 99, 0.3);
    --primary-10: rgba(103, 211, 99, 0.1);
    --logo: #2250e3;
    --sidebar-icon: #fff;
}

.font-sans {
    font-family: 'Ubuntu', sans-serif;
}

.bg-grad-sidebar {
    background-color: rgba(34, 80, 227, 1),
    /*background-image: -webkit-gradient(*/
    /*    linear,*/
    /*    left bottom,*/
    /*    left top,*/
    /*    from(#66d463),*/
    /*    to(rgb(34, 80, 227, 1))*/
    /*);*/

    /*background-image: linear-gradient(*/
    /*    0deg,*/
    /*    rgb(103, 211, 99, 1),*/
    /*    rgb(34, 80, 227, 1)*/
    /*);*/
}
