:root {
    --brand-1: #34495e;
    --brand-2: #557a92;
    --brand-3: #7fb7d1;
    --brand-4: #d4e6f1;
    --neutral-1: #ececec;
    --neutral-2: lightgrey;
    --neutral-3: grey;
    --neutral-4: dimgrey;
    --text-dark: black;
    --text-light: white;
    --brand-neutral: #d4e6f1;
    --brand-contrast: #f4b942;
    --brand-highlight: #2a92c8;
    --brand-contrast-neutral: #fbe2a6;
    --brand-contrast-highlight: #f7cd71;
}