:root {
    --font-family: "Montserrat", "Poppins", Helvetica;
    --font-family-secondary: "Montserrat", "Karla", Helvetica;

    --text-main-color: black;
    --text-secondary-color: white;
    --text-desc-color: grey;
    --text-link-color: blue;

    --theme-primary-color: #009e62;
    --theme-secondary-color: #333333;
    --theme-warning-color: #F06A5B;

    --theme-background-color: white;
    --theme-background-secondary-color: #F6F8FA;

    --infos-box-background-color-primary: #009e62;
    --infos-box-background-color-secondary: #F4F7FA;
}