@import "../global.css";

div#root {
  --primary: #0F2160;
  --primary-text: #0F2160;
  --primary-svg: #0F2160;
}

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

/* Rich Text H1 */
span.fwm-rich-text-editor h1 {
  font-size: 3em;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

@media (min-width: 48rem) {
  span.fwm-rich-text-editor h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 64rem) {
  span.fwm-rich-text-editor h1 {
    font-size: 3.75rem;
  }
}
/* Primary H3 */
.fwm-lightTheme h3.fwm-primary-h3.fwm-primary-h3 {
  color: var(--primary);
}

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