
        body {
            font-family: 'Inter', sans-serif;
            background-color: #1a1a1a;
            color: #f3f4f6;
        }
        /* Custom styling for the slider area */
        .swiper-container-inner {
             /* Remove outer container padding to let the inner slider fill the space, needed since p-4 is on the visibility wrapper */
            padding: 0 !important;
        }
