/**
 * Marketing site responsive breakpoints (Framer-aligned).
 * Custom CSS/JS should use only these two tiers; Framer HTML exports may
 * still embed additional SSR variants until re-exported from Framer.
 *
 * Mobile:  @media (max-width: 809.98px)
 * Desktop: @media (min-width: 1200px)
 */
:root {
  --dims-bp-mobile-max: 809.98px;
  --dims-bp-desktop-min: 1200px;
}
