@import "../global.css";
@import "../condensed.css";
@import "../seamless.css";
@import "../custom-color-package-text.css";
@import "../custom-color-package-elements.css";

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

.fwm-darkTheme div#root {
  --primary-svg: var(--white);
}

/* 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 {
  font-weight: 500;
}
.fwm-section-header .fwm-section-header-hgroup::after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.25rem;
  background: var(--white);
  margin: 0.75rem 0 0.75rem;
}

.fwm-lightTheme .fwm-section-header .fwm-section-header-hgroup .fwm-section-header-title-text {
  color: var(--primary-text);
}
.fwm-lightTheme .fwm-section-header .fwm-section-header-hgroup::after {
  background: var(--secondary);
}

.fwm-darkTheme .fwm-section-header .fwm-section-header-hgroup .fwm-section-header-title-text span {
  color: var(--secondary-text);
}

.fwm-section-header.fwm-text-align-center .fwm-section-header-hgroup::after {
  margin: 0.75rem auto;
}

/* Primary H3 (All grid/cards except image-flashcard) */
.fwm-lightTheme h3.fwm-primary-h3 {
  color: var(--primary);
}

/* Message Field H3 */
.fwm-rich-text-editor h3 {
  font-size: 2.25rem;
  margin-bottom: 0;
  line-height: 1;
}

@media (min-width: 48rem) {
  .fwm-rich-text-editor h3 {
    font-size: 2.7rem;
  }
}
/* Hero - Gradient/Box */
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-heading-container {
  justify-content: flex-end;
  padding-bottom: 5rem;
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-heading-container .fwm-hero-large-heading {
  letter-spacing: 0.125rem;
  text-shadow: 0 0 40px var(--black);
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-heading-container .fwm-hero-large-supporting-text {
  font-weight: 300;
}

@media (min-width: 64rem) {
  .fwm-hero-gradient.fwm-hero-box .fwm-hero-large-heading-container {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}