a {
  color: var(--color-brand-support);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--color-brand-primary-dark);
}
