:root {
    --header-color: #ffffffc4;
    --olive-bg: #424c45;
    --background-color: white;
    --text-color: black;
    --text-color-dim: rgb(108, 108, 108);
    --background-color-inverse: black;
    --text-color-inverse: white;
    --social-share-background: lightgray;

    --landing-photos-background: #d2d2d0;

    --contrast-item-background: #bfbfbf;
    --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: #f5f7f9;
    --blur-background: rgb(255, 255, 255, 0.8);
}