/* Base link color */
a {
  color: #2B6CB0;           /* calm medium blue */
  text-decoration: none;
}

/* Hover */
a:hover {
  color: #1D4E89;           /* darker blue for feedback */
  text-decoration: underline;
}

/* Visited links */
a:visited {
  color: #4C6FA3;           /* slightly muted blue */
}

/* Internal wiki links */
a.internal {
  color: #2B6CB0;
}

/* Non-existent pages (replace red with muted slate blue) */
a.internal.new {
  color: #5A6F8F;
}

/* Optional: headings links slightly stronger */
#wiki-content h1 a,
#wiki-content h2 a,
#wiki-content h3 a {
  color: #1A365D;
}
