:root {
  --bf-color-brand: var(--bloomfresh-maroon, #7a1f3d);
  --bf-color-text: var(--bloomfresh-text, #303030);
  --bf-focus-width: 0.1875rem;
  --bf-focus-offset: 0.1875rem;
  --bf-motion-duration: 180ms;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --bf-motion-duration: 0ms;
  }
}
