:root {
    --header-color: #ffffffd4;
    --background-color: #eaeaea;
    --text-color: black;
    --text-color-dim: rgb(108, 108, 108);
    --background-color-inverse: black;
    --text-color-inverse: white;
    --social-share-background: lightgray;

    --company-blue: #063e95;

    --contrast-item-background: #063e95;
    --category-background: white;
    --selected-category-background: black;
    --contrast-item-color: rgb(0, 0, 0);

    /* Gradients */
    --background-gradient: linear-gradient(304deg, rgb(255 255 255), #b0b0b0);

    --main-content-background: #fafcfe;
    --blur-background: rgb(255, 255, 255, 0.8);

    --overlay-color: rgba(0, 0, 0, 0.2);

    /* NEW THEME COLORS BELOW */
    --text-dim-blue: #627084;
    --light-blue-accent: #51aef9;
    --landing-gradient: linear-gradient(to bottom right, #062945, #137fa7);
    --themed-gradient: linear-gradient(135deg, hsl(210 85% 45%) 0%, hsl(200 75% 65%) 100%);;
}