/* Custom styles - Tailwind CSS ek stilleri */

/* Scroll offset for fixed header */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

/* Custom selection color */
::selection {
    background: #0A6B7C;
    color: white;
}

/* Focus visible styles */
:focus-visible {
    outline: 3px solid #0A6B7C;
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .fixed, #videoModal, #imageLightbox {
        display: none !important;
    }
}
