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

    --text-main-color: #18223A;
    --text-secondary-color: white;
    --text-desc-color: #B8CCDE;
    --text-link-color: blue;

    --theme-primary-color: rgba(204, 240, 224, 1);
    --theme-secondary-color: rgba(99, 205, 158, 1);
    --theme-warning-color: rgb(240, 106, 91);

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

    --infos-box-background-color-primary: rgba(204, 240, 224, 1);
    --infos-box-background-color-secondary: #F4F7FA;
}