html, body{
  /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; */
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  background-color: #f5f5f5 !important;
}
.x06{
  font-size: 0.6rem;
}
.x1{
  font-size: 1rem;
}
.x15{
font-size: 1.5rem;
}
.x2{
  font-size: 2rem;
}
.x25{
  font-size: 2.5rem;
}
.x3{
  font-size: 3rem;
}
.x35{
  font-size: 3.5rem;
}
.bold {
  font-weight: bold;
}
.bolder {
  font-weight: 600 !important;
}