/* Ek stil tanımlamaları gerekirse buraya eklenebilir */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

.smooth-scroll {
    scroll-behavior: smooth;
}

/* Swiper Styles */
.swiper-button-next,
.swiper-button-prev {
    color: #15803d !important; /* green-700 */
}

.swiper-pagination-bullet-active {
    background: #15803d !important; /* green-700 */
}

.testimonialSwiper {
    padding: 2rem !important;
} 