/* Template Sekolah Islam — Custom CSS */

html {
    -webkit-font-smoothing: antialiased;
}

body {
    overflow-x: hidden;
}

section[id] {
    scroll-margin-top: 5rem;
}

::selection {
    background: #FBBF24;
    color: #312E81;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
