/* ============================
   LINKS.CSS — Sixth Standard
   Procedural Link System
   ============================ */

a {
  color: #0A0A0A;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:hover,
a:focus {
  opacity: 0.7;
  text-decoration: underline;
}

.procedural-link a {
  font-weight: 500;
}
