:root {
  --award-red: #e30613;
  --accent: #e30613;
}

/* Light hero treatment with the award-site red as the single accent. */
.hero {
  background: #fff;
  color: var(--ink);
}

.hero-copy {
  background: #fff;
}

.hero-copy .eyebrow {
  color: #6f6a62;
}

.hero-copy .statement,
.hero-copy .enter {
  color: var(--ink);
}

.hero-copy .enter {
  border-color: #9b958c;
}

.hero-stop {
  color: var(--award-red);
}

/* Major section titles. Artwork titles retain their original black treatment. */
.intro h2,
.entry-map-heading h3,
.section-heading h2,
.process-title,
.award h2,
.about h2 {
  color: var(--ink);
}

.section-number {
  color: var(--award-red) !important;
}
