:root {
    --xs: 576px;
    --sm: 768px;
    --md: 992px;
    --lg: 1200px;
    --xl: 1471px;
    --xxl: 1920px;
    --container-xxl-max-width: 1600px;
    --container-xl-max-width: 1300px;
    --container-lg-max-width: 1145px;
    --container-md-max-width: 962px;
    --container-sm-max-width: 768px;
    --rounded-sm: 8px;
    --rounded-md: 28px;
    --rounded-lg: 40px;
    --rounded-xl: 60px;
    --top-rounded: 40px 40px 0 0;
    --rounded-card: var(--rounded-md);
    --transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
    --transition2: all 1.5s cubic-bezier(0.2, 1, 0.2, 1);
    --shadow: 0 50px 80px #8999a166;
    --space-1: 16px;
    --space-2: 32px;
    --space-2-x: 0 32px;
    --gallery-side-padding: calc(50vw - min(1680px, var(--global-viewport-content-responsive)) / 2);
    --global-viewport-content-responsive: 87.5vw;
}

@media (min-width: 992px) {
    :root {
        --space-1: 40px;
        --space-2: 64px;
        --space-2-x: 0 64px;
    }
}
