:root{
    --color-orange: rgba(255, 100, 0, 1);
}

:root{
    --swiper-pagination-bullet-width: 16px;
    --swiper-pagination-bullet-height: 16px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-color: #2C2C2C;
    --swiper-pagination-bullet-inactive-color: #E8E8E8;
    --swiper-pagination-bullet-inactive-opacity: 1;
}