/*
|----------------------------------------------------
| Fichier css pour les couleurs de l'app
|----------------------------------------------------
*/

:root {

    --swiper-theme-color: var(--red) !important;
    --swiper-pagination-bullet-inactive-color: white !important;
    --swiper-pagination-bullet-inactive-opacity: 1 !important;

    --red: #e7302a;
    --light-red: #e7302a74;

    --yellow: #ffcb06;
        
    --white: #fff;
    --black: #000;

    --light-grey: #EAEAEA;
    --dark-grey: #616161;

    --green: #20ba51;
}