/* SmartVolt – site-wide custom overrides.
 *
 * Loaded last (after the inline <style> in base.html) so rules here win on
 * specificity ties. Keep this file for small global tweaks; page-specific
 * styling still lives in each template's own <style> block.
 *
 * Previously this file was referenced but missing, producing a 404 on every
 * page load.
 */

/* Respect users who prefer reduced motion: disable the animate.css entrances. */
@media (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation: none !important;
  }
}
