/* FELiX Website Framework v1.7.64 – Textlinks refactoring phase 1
 * Semantic link tokens only. Specialized links remain in their historical
 * cascade positions in framework.css/framework-home.css.
 */
.felix-framework{
  --felix-link-color:var(--felix-link);
  --felix-link-hover-color:var(--felix-navy);
  --felix-link-focus-outline:#8cb9a6;
  --felix-link-underline-thickness:.08em;
  --felix-link-underline-offset:.15em;
  --felix-link-hover-underline-thickness:.13em;
  --felix-link-transition:color .15s ease, text-decoration-thickness .15s ease;
}
