/* Color Variables to make them changeable */

:root{

    /* color  */
    --color-primary:#181A66;
    --color-secondary:#F5002A;
    --color-green:#1A6C31;
    --color-light-grey:#C4C4C4;
    /* --color-secondary:#C3CFD9; */
    

    /* font  */
    --color-font-black:#000;
    --color-font-grey-dark:#220505;

    /* sizes s */
}
/* how to use --> property: var(--blue); */
/* end*/
