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

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

    --theme-primary-color: #ffd300;
    --theme-secondary-color: #333333;
    --theme-warning-color: rgb(240, 106, 91);

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

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