/* Design tokens — lihat tailwind.config di index.html */
/* Custom overrides */
.faq-a { transition: all 0.2s ease; }
.snap-x { scroll-snap-type: x mandatory; }

/* Custom utility for smoother FAQ transitions */
.faq-a.hidden {
    display: none;
}
