/* =========================================================================
   page-legal.css — legal/privacy.html, legal/terms.html
   All tokens and canonical components come from foundation.css, layout.css,
   design-system.css. This file only covers the page-specific gap: content
   link color (was falling back to browser-default blue).
   ========================================================================= */

main a { color: var(--hvb-teal); text-decoration: underline; text-underline-offset: 2px; }
main a:hover { color: var(--hvb-green); }
