h1{
  font-size: 5rem;
  line-height: 5rem;
  font-weight: bold;
  text-transform: capitalize; 
}
h2{
  font-size:3.5em;
  color:var(--color-01);
}
.fs-2{
  font-weight:400;
  font-size: 2.5em!important;
}
/* funzioni principali nel base.css */
.btn-icon{
 font-size: 20px;
}
.btn-icon::after{
  bottom: 5px;
}
@media screen and (max-width: 767px){
  h1{
    font-size: 2rem;
    line-height: 2.5rem;
    text-transform: uppercase;
  }
  h2{
  font-size: 1.5em;
  }
}