/** Root variable **/
:root{
    /* Main colors */
    --main-color-dark:#007C4D;
    --main-color-light:#F4F9F7;
    --main-color-black:#000000;
    --main-color-white:#FFFFFF;

    /* Header colors */
    --header-background-color:#FFFFFF;
    --header-company-name-light:#FFFFFF;
    --header-company-name-dark:#000000;
    --header-link-light:#FFFFFF;
    --header-link-dark:#000000;
    --header-button-light-background:#FFFFFF;
    --header-button-light-text:#007C4D;
    --header-button-dark-background:#007C4D;
    --header-button-dark-text:#FFFFFF;

    /* Hero colors */
    --hero-background-color:#007C4D;
    --hero-title:#FFFFFF;
    --hero-subtitle:#FFFFFF;
    --hero-button-background:#FFFFFF;
    --hero-button-text:#007C4D;

    /* All Buttons - dark */
    --button-dark-background:#007C4D;
    --button-dark-text:#FFFFFF;

    /* All button - light */
    --button-light-background:#FFFFFF;
    --button-light-text:#007C4D;

    /* For all sections */
    --section-title-dark:#111111;
    --section-title-light:#FFFFFF;
    --section-subtitle:#111111;
    --section-description:#111111;
    --section-background-1:#FFFFFF;
    --section-background-2:#F4F9F7;
    --section-divider:#007C4D;

    /* Pricing */
    --pricing-background:#007C4D;
    --pricing-section-title:#FFFFFF;
    --pricing-text:#FFFFFF;

    /* Testimonial */
    --testimonial-background-color:#111;
    --testimonial-client-text:#FFFFFF;
    --testimonial-client-name:#FFB32F;
    --testimonial-client-time:#FFFFFF;
}