@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Regular.woff2') format('woff2'),
    url('../fonts/Unbounded-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Medium.woff2') format('woff2'),
    url('../fonts/Unbounded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-SemiBold.woff2') format('woff2'),
    url('../fonts/Unbounded-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Bold.woff2') format('woff2'),
    url('../fonts/Unbounded-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Unbounded', system-ui, sans-serif;
    font-size: 16px;
    color: #21201E;
}

body.home {
    background: #080b26;
}

a {
    text-decoration: none;
}

.swiper-container {
    position: relative;
}

.swiper-prev {
    position: absolute;
    top: 50%;
    left: -36px !important;

    font-size: 36px;
    color: #3242d3;

    cursor: pointer;
    transform: translateY(-50%);
}

.swiper-next {
    position: absolute;
    top: 50%;
    right: -36px !important;

    font-size: 36px;
    color: #3242d3;

    cursor: pointer;
    transform: translateY(-50%);
}

@media (max-width: 564px) {
    .swiper-prev,
    .swiper-next {
        display: none;
    }
}