/* ------------------------------------------- */
/* ------------------------------------------- */
:root {
  font-size: 62.5%;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.block-numbers {
  font-family: "Roboto Serif", serif;
  font-size: clamp(7rem, 0.0941176471 * (100vmin + 100vmax) / 2, 9.6rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.block-numbers .number-unit {
  font-size: 80%;
}
