:root {
    --blue-royal: #1B2E53;
    --blue-jeans: #2B477E;
    --blue-marine: #334257;
    --blue-sky: #39A2DB;
    --gray-urban: #D9D9D9;
    --gray-doctor: #EFEFF4;
    --gray-smart: #EEEEEE;
    --gray-stone: #BBBBBB;
    --red-persian: #D63031;
    --green-jade: #00B894;
    --yellow-corn: #FFE22B;
}

html {
    scroll-behavior: smooth;
    touch-action: none;
}

body {
    background: transparent;
    --swiper-pagination-color: var(--primary);
    --swiper-pagination-bullet-inactive-color: var(--neutral-dark);
    --swiper-pagination-bottom: -6px;
}

.default-card {
    display: hidden !important;
}