/*
 * public_site/app.css — rules only this app needs. The shared DW-001 system
 * (tokens, document shell, components) lives in the fleet-ui crate and
 * ships at /fleet-ui.css ahead of this file.
 */

/* Plain-text bodies ride the fleet-ui PlainText component (plain.css). */

/* Rule 6 is about engineered motion, not mandatory motion. */
@media (prefers-reduced-motion: reduce) {
    * { transition: none !important; }
}
