@import "../global.css";
@import "../hero-shrink.css";
@import "../seamless.css";

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

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

span.fwm-rich-text-editor hr {
  border: initial;
  border-top: 1px solid var(--secondary);
}

/* Rich Text H2 */
span.fwm-rich-text-editor h2 {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

@media (min-width: 48rem) {
  span.fwm-rich-text-editor h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 64rem) {
  span.fwm-rich-text-editor h2 {
    font-size: 2rem;
  }
}