/* =========================================================================
   page-knowledge-hub.css — knowledge-hub/index.html
   All tokens and canonical components (.card, .btn, .pill, .container,
   .section-head) come from foundation.css, layout.css, design-system.css.
   This file only covers page-specific gaps.
   ========================================================================= */

/* Content links had no color rule on this page and fell back to the
   browser-default blue. Match the site pattern (policy, speaking, about). */
main a { color: var(--hvb-teal); text-decoration: none; }
main a:hover { text-decoration: underline; }
