/* Custom styles for Dignity for the Elderly Foundation */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');

.text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, hsl(145 35% 28%), hsl(35 60% 52%));
}

html {
  scroll-behavior: smooth;
}
