body {
    font-family: "Space Grotesk", sans-serif!important;
}

.fade-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 10;
}

.fade-slide.active {
    opacity: 1;
    z-index: 20;
}

.editor-content ul {
    list-style: inside!important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 24px;
}
