/**
 * Reduced-motion ownership for the legacy-encoded FullCalendar integration.
 * Keep this import adjacent to fullcalendar.css in design-system.css.
 */

@media (prefers-reduced-motion: reduce) {
    html .fc-button,
    html .fc-event,
    html .fc-daygrid-more-link,
    html .fc-popover-close {
        animation: none;
        transition: none;
    }

    html .fc-button:hover,
    html .fc-event:hover {
        transform: none;
    }
}
