.font-inter {
  font-family: "Inter", "sans-serif";
}

.font-heading {
  font-family: '"Open Sans"', 'sans-serif';
}

.text-shadow-strong {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8); /* x-offset y-offset blur-radius color */
}

/* For a more subtle shadow */
.text-shadow-subtle {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
