.title {
  color: black;
  font: {
    size: var(--h2-size);
    weight: bold;
  }
}

.value {
  font: {
    weight: bold;
    size: 10rem;
  }
}
