/**
 * Fichier  : /features/style/css/colors.css
 * Fonction : couleurs du site
 */


/* ==================================================
   VARIABLES COULEURS
================================================== */

:root {

    /*** COULEURS ***/

    --color__1: #e9401b;
    --color__2: linear-gradient(135deg, #8e0e00, #c91f16 35%, #e9401b 68%, #ff7b00);
    --color__3: #111;

    /*** DÉGRADÉS ***/

    --gradient__1: linear-gradient(180deg, #668979 0%, #567265 100%);
    --gradient__2: linear-gradient(-90deg, #567265 0%, #668979 100%);
    --gradient__3: linear-gradient(0deg, #567265 0%, #668979 100%);
    --gradient__4: linear-gradient(90deg, #567265 0%, #668979 100%);

}