:root {
    --header-color: #ffffff;
    --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: #ffffff;
    --blur-background: rgb(255, 255, 255, 0.8);

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