/* ============================================================
   UTILITIES: LINKS
   Link styling utilities
   ============================================================ */

/* Global link underline removal for default state only.
   Do not remove underline on interactive states (hover/focus/active)
   so the design system can provide affordance and accessibility. */
a {
    text-decoration: none;
}

