/* === Global link styles — no underline, template blue === */
a:not(.btn) {
    color: var(--primary);
    text-decoration: none;
}
a:not(.btn):hover {
    color: #004d80;
    text-decoration: none;
}
