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

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

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

@font-face {
    font-family: 'Unbounded';
    src: url("../fonts/Unbounded-Bold.9cb8051942d3.woff2") format('woff2'),
    url("../fonts/Unbounded-Bold.feaf8ab26ebf.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;
    }
}