/*
======================================================================
BOOTSTRAP LEGACY OVERRIDES

EDIT HERE for:
- global link colors
- global heading colors
- bootstrap-level navbar collapse positioning

Only change this file when the adjustment should affect the site broadly.
For the main theme palette and fonts, check css/design-tokens.css first.
======================================================================
*/
/*
 * Legacy Bootstrap-level visual overrides ported from the customized Drupal 9 theme.
 * These replace the direct edits that had previously been made inside bootstrap.min.css.
 */

/* EDIT COLORS: site-wide link base color */
a {
  color: var(--site-color-primary);
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* EDIT COLORS: site-wide link hover color */
a:hover {
  color: var(--site-color-menu-active);
  text-decoration: underline;
}

/* EDIT COLORS: global heading color */
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  color: var(--site-color-primary);
}

/* Kept here as a legacy bootstrap-level behavior because it was previously injected there. */
/* EDIT MENU POSITION: bootstrap-level collapse fallback */
.navbar-collapse {
  position: absolute;
  right: 10px;
  top: 20px;
}
