:root {
  color-scheme: dark;
  --site-bg: #0b0e12;
  --site-surface: #11151a;
  --site-surface-soft: #0e1217;
  --site-text: #eee9e1;
  --site-muted: #a5a6a8;
  --site-gold: #ad8a58;
  --site-line: rgba(238, 233, 225, 0.12);
  --site-sans: "Montserrat", Arial, sans-serif;
  --site-serif: Georgia, "Times New Roman", serif;
}

html,
body {
  background-color: var(--site-bg) !important;
  color: var(--site-text);
}

body,
button,
input,
textarea,
select,
p,
li,
a,
small,
summary,
figcaption {
  font-family: var(--site-sans) !important;
}

body,
#allrecords .r {
  --t-headline-font: var(--site-serif) !important;
  --t-text-font: var(--site-sans) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
[class$="__title"],
[class*="__title "],
[class$="__heading"],
[class*="__heading "],
.bio-title,
.bio-section__content h2 {
  font-family: var(--site-serif) !important;
  font-style: normal !important;
}

em,
i,
.bio-title span,
.bio-quote,
.news-hero h1 span,
.news-details__content blockquote {
  font-style: normal !important;
}

.memory-header,
.memory-header *,
.news-eyebrow,
.news-card__meta,
.news-card__visual-note,
.bio-kicker,
.bio-meta,
.bio-back,
.bio-section__index,
.bio-crew-links {
  font-family: var(--site-sans) !important;
}

#allrecords,
.t-records,
#allrecords > .r:not(#rec2435180511) {
  background-color: var(--site-bg) !important;
}

.hp-crew,
.hp-chrono,
.hp-timeline,
.hp-card,
.hp-memorial-story,
.hp-memorial-quote,
.hp-memorial-footer,
.hp-bio,
.hp-school,
.hp-cadet,
.bio-section,
.bio-crew-links,
.news-feed {
  background-color: var(--site-bg) !important;
}

.hp-memorial-crew,
.hp-scene,
.hp-math,
.hp-nav,
.bio-section--panel,
.news-card {
  background-color: var(--site-surface) !important;
}

.bio-hero,
.news-hero {
  background-color: var(--site-bg) !important;
}

.hp-crew__portrait,
.hp-timeline__media,
.hp-card__profile,
.hp-card__map-frame,
.hp-school__stub,
.bio-meta span,
.bio-crew-link {
  background-color: var(--site-surface-soft) !important;
}

.hp-crew,
.hp-chrono,
.hp-timeline,
.hp-card,
.hp-bio,
.hp-scene,
.hp-school,
.hp-math,
.hp-cadet,
.hp-nav,
.hp-memorial-story,
.hp-memorial-crew,
.hp-memorial-quote,
.hp-memorial-footer {
  --hp-bg: var(--site-bg) !important;
  --hp-surface: var(--site-surface) !important;
  --hp-copper: var(--site-gold) !important;
  --hp-bronze: var(--site-gold) !important;
  --hp-gold: var(--site-gold) !important;
  --hp-text: var(--site-text) !important;
  --hp-muted: var(--site-muted) !important;
  --hp-border: var(--site-line) !important;
}

.bio-page {
  --bio-bg: var(--site-bg) !important;
  --bio-panel: var(--site-surface) !important;
  --bio-panel-soft: var(--site-surface) !important;
  --bio-text: var(--site-text) !important;
  --bio-muted: var(--site-muted) !important;
  --bio-gold: var(--site-gold) !important;
  --bio-line: var(--site-line) !important;
}

.news-page {
  --news-bg: var(--site-bg) !important;
  --news-panel: var(--site-surface) !important;
  --news-ivory: var(--site-text) !important;
  --news-muted: var(--site-muted) !important;
  --news-gold: var(--site-gold) !important;
  --news-line: var(--site-line) !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
