/*
    Mintgroen theme variables
*/
:root {
    /* --theme-bg-color: #ffffff; /*
    /* --theme-box-bg-color: #f3f3f3; /*
    /* --theme-brand-color-light-text: #000000; */
    --theme-brand-color-light: #d6f2e9;
    --theme-brand-color-text: #000000;
    --theme-brand-color: #76d2b6;
    /* --theme-button-primary-color-hover: #03496c; */
    /* --theme-button-primary-color: #02679a; */
    /* --theme-button-primary-text-color-hover: #ffffff; */
    /* --theme-button-primary-text-color: #ffffff; */
    /* --theme-form-input-bg-color: #ffffff; */
    /* --theme-form-input-border-color: #01689b; */
    /* --theme-link-color-hover: #004161; */
    /* --theme-link-color: #01689b; */
    /* --theme-text-color: #000000; */
}