/* Custom Styles for Ali Ulusoy Studio */

/* Base font settings */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Swiper Overlay adjustments */
.swiper-slide img {
    /* Ensure images cover screen and have subtle movement if we want, 
       but for now object-cover is standard */
    object-position: center;
}

/* Navigation Link Hover Effect (Subtle Underline or Opacity) */
nav a {
    position: relative;
}

/* Optional: Add custom cursor or other premium effects here */