/* Parking check-in app — efficient / operational mood.
   Shifts the accent role from coral to a scanner blue. Structural
   rules live in project-common.css. */
:root{
  --accent:#3f8cff;
  --accent-hover:#2f6fd1;
  --accent-soft:#3f8cff1f;
}
