html {
    /* ******************************************************** */
    /* Palette WineShare (source : Figma « Landing page – 1 »)  */
    /* ******************************************************** */
    --CONFIG-green: #476525;                                                    /* <-- Vert de marque : titre accentué, footer, pastille */
    --CONFIG-gold: #D9A406;                                                     /* <-- Or : note bas de hero, icône badge */
    --CONFIG-ink: #02132B;                                                      /* <-- Bleu nuit : titres */

    --CONFIG-bg-color: #FFFCF7;                                                 /* <-- This is the index.html bg color */
    --CONFIG-title-text-color: var(--CONFIG-ink);                               /* <-- This is the index.html title color */
    --CONFIG-paragraphe-text-color: #5A6575;                                    /* <-- Paragraphes des pages secondaires (support, cgvu…) */
    --CONFIG-hero-paragraphe-color: rgba(65, 78, 96, 0.59);                     /* <-- This is the index.html paragraphe color */
    --CONFIG-description-text-color: var(--CONFIG-green);                        /* <-- This is the index.html description color */
    --CONFIG-footer-text-color: #fff;                                           /* <-- This is the GLOBAL footer text color */
    --CONFIG-bg-img-footer: linear-gradient(to right, #476525, #476525);        /* <-- This is the GLOBAL footer color */


    /* **************************************** */
    /* Modify this if the phone image is to big */                                           /* Size min, max */   /* ViewPort min, max */
    /* **************************************** */
    /* --CONFIG-width-phone-img: clamp(20rem, -18.5714rem + 57.1429vw, 50rem); */           /* 320px to 800px */   /* 1080px / 1920px */
}
