/* Template Yayasan — Custom CSS */

html { -webkit-font-smoothing: antialiased; }
body { overflow-x: hidden; }
section[id] { scroll-margin-top: 5rem; }
::selection { background: #FBBF24; color: #134E4A; }

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