[data-reveal] {
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (prefers-reduced-motion: reduce) {
    [data-reveal] {
        opacity: 1 !important;
        transition: none !important;
    }
}
