: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: #9dbae7;
    --theme-secondary-color: #09367B;
    --theme-warning-color: #F06A5B;

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

    --infos-box-background-color-primary: #9dbae7;
    --infos-box-background-color-secondary: #F4F7FA;
}