:root {
    --brand-x-light: #BAE4E7;
    --brand-light: #6CA7AC;
    --brand: #115F65;
    --brand-dark: #07484D;
    --brand-x-dark: #1F2C2E;

    --white: #fff;

    --neutral-x-dark: #202019;
    --neutral-dark: #46473D;
    --neutral: #CCCDC5;
    --neutral-light: #E8EBE2;
    --neutral-x-light: #FCFCF8;

    --accent-1-light: #EEFFD8;
    --accent-1: #D0FF93;
    --accent-1-dark: #9AFF27;

    --accent-2-light: #A5FFDE;
    --accent-2: #44F2C8;
    --accent-2-dark: #1B876D;

    --success-dark: #168D48;
    --success: #1CB85E;
    --success-light: #60F899;

    --danger-light: #FF837D;
    --danger: #FF422C;
    --danger-dark: #E1240D;

    --info-light: #A0D0F4;
    --info: #2597ea;
    --info-dark: #1B8BDD;

    --warning-light: #F3C576;
    --warning: #F4A720;
    --warning-dark: #D68A05;

    /* Typography */
    --brand-font-scale: 0.825;
    --body-font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    --body-text-color: #17001B;
    --brand-font-family: 'Josefin Sans', Helvetica, Roboto, Arial, sans-serif;
    --global-font-weight: 400;
    --header-font-weight: 800;
    --body-font-color: var(--neutral-x-dark);
    --header-color: var(--neutral-dark);
    --anchor-color:var(--brand);
}

/* Footer */
.bg--footer {
    --bg-footer-background-color-1: var(--brand-x-dark);
    --footer-menu-list-heading-color: white;
    --footer-menu-list-item-color: var(--brand-light);
    --footer-legal-text-font-color: var(--brand-light);
    --footer-trust-pilot-heading-font-color: white;
    --footer-font-color: var(--brand-light);
    --logo-max-width: 210px;
    --footer-item-separator-color: var(--brand);
}