/* web app styling overrides

a,
a:visited {
  color: #338574;
}

a:hover {
  text-decoration: none;
  color: #317f6f;
} */

/* web app styling overrides */

a,
a:visited {
  color: #1d74f5; /* Primary blue (replaces #338574) */
}

a:hover {
  text-decoration: none;
  color: #1a5bb0; /* Slightly darker blue (replaces #317f6f) */
}
