/* Focal points (region of interest) per image, per view.
   The image picker's "Set focal point" tool writes these values here.
   Format:  --fp-<slot>: <x>% <y>%;   (desktop)
            --fp-<slot>-m: <x>% <y>%; (mobile)
   You can also edit by hand. Defaults live in the page CSS if unset. */
:root {
  --fp-hero-wedding: 99% 30%;
  --fp-hero-wedding-m: 50% 50%;
  --fp-hero-corporate: 48% 44%;
  --fp-hero-corporate-m: 43% 42%;
}
