@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');

.by-the-numbers {
  --heading-font-family: "Newsreader", serif;
  font-family: "Newsreader", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.by-the-numbers > h5 {
  letter-spacing: -0.05rem !important;
  font-weight: 550 !important;
  margin-bottom: 0.4rem;
}

.by-the-numbers > p {
  letter-spacing: -0.02rem !important;
  font-weight: 425 !important;
}


.by-the-numbers_title {
  font-weight: 735 !important;
  color: white !important;
  letter-spacing: -0.1rem !important;
}

.by-the-numbers_subtitle {
  font-weight: 550 !important;
  color: white !important;
  letter-spacing: -0.1rem !important;
}

.white {
  color: white !important;
}

.by-the-numbers > .gold {
  color: #F7931D !important;
  font-size: 3.5rem !important;
  font-weight: 800 !important;
}
