/*
  IMAGE SOURCE FILE
  Change the image links below to swap images across the website.

  You can use:
  1. A web image URL, for example:
     --hero-image: url('https://example.com/photo.jpg');

  2. A local image inside an images folder, for example:
     --hero-image: url('images/treasure-cove-hero.jpg');

  Keep the url('...') format exactly as shown.
*/

:root {
  --hero-image: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2200&q=80');
  --lifestyle-image: url('images/treasure-cove-nassau-beach-access.jpg');
}
