/* ---------------------------------------------------------------------------
   site.css - project overrides
   Loaded after the template stylesheet, so anything here wins. Put your own
   customisations in this file and leave the vendor CSS untouched.
   ------------------------------------------------------------------------- */

/* Some builders inject a floating attribution badge at runtime. */
.w-webflow-badge { display: none !important; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
