/*
Theme Name: Szkoła Muzyczna Pińczów
Theme URI: http://muz1.pinczow.com
Author: Antigravity
Description: Custom WordPress theme for Szkoła Muzyczna I stopnia w Pińczowie.
Version: 1.0
Text Domain: sm-pinczow
*/

/* Custom Animations and Fixes */
body {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, .serif {
    font-family: 'Cormorant Garamond', serif;
}

.bg-fixed-custom {
    background-attachment: fixed;
}

/* Scroll Animation Classes */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered delays for grid items */
.delay-100 { transition-delay: 100ms; }
.delay-200 { transition-delay: 200ms; }
.delay-300 { transition-delay: 300ms; }
.delay-400 { transition-delay: 400ms; }

/* WP Admin Bar Fix */
.admin-bar header {
    top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar header {
        top: 46px;
    }
}
@media screen and (max-width: 600px) {
    .admin-bar header {
        top: 0;
    }
    #wpadminbar {
        position: static;
    }
}
