/*
 * Global Overrides
 * Loads after Bootstrap so these rules always win.
 * Bootstrap 5 resets a { text-decoration: underline } — this reverts that
 * site-wide so links never show underline unless explicitly set on an element.
 */
a,
a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}
