/* ============================================================ LINKS — Global link styles. Root: element selector (a) ============================================================ */ a { color: inherit; text-decoration: none; font-weight: 400; } a:hover { color: var(--accent-primary); text-decoration: none; }