@import "../global.css";
@import "../condensed.css";

div#root {
  --primary: #00487c;
  --primary-text: #00487c;
  --primary-svg: #00487c;
  --secondary: var(--gold);
  --secondary-text: var(--gold);
  --secondary-svg: var(--gold);
  --secondary-accent-line: var(--gold);
}

/* DBA logo */
div#root .fwm-team-header-entity-logo-image {
  width: 18.75rem;
}

/* Primary H2 */
.fwm-section-header .fwm-section-header-hgroup .fwm-section-header-title-text {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--secondary);
}
.fwm-section-header .fwm-section-header-hgroup::after {
  display: none !important;
}