.clip {
  background: var(--island-home-hero-name-background);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: var(--island-home-hero-name-color);
}
