/* Line height desktop */
.has-xs-font-size {
  line-height: 22px !important;
}
.has-s-font-size {
  line-height: 28px !important;
}

.has-m-font-size {
  line-height: 29px !important;
}

.has-l-font-size {
  line-height: 36px !important;
}
.has-xl-font-size {
  line-height: 38px !important;
}
.has-xxl-font-size {
  line-height: 40px !important;
}
.has-xxxl-font-size {
  line-height: 57px !important;
}

.has-xxxxl-font-size {
  line-height: 64px !important;
}

/* Line height mobile */
@media (max-width: 768px) {
  .has-xs-font-size {
    line-height: 18px!important;
  }
  .has-s-font-size {
    line-height: 21px!important;
  }
  
  .has-m-font-size {
    line-height: 24px!important;
  }
  
  .has-l-font-size {
    line-height: 27.59px!important;
  }
  .has-xl-font-size {
    line-height: 30px!important;
  }
  .has-xxl-font-size {
    line-height: 26.4px!important;
  }
  .has-xxxl-font-size {
    line-height: 33.6px!important;
  }
  
  .has-xxxxl-font-size {
    line-height: 38.4px!important;
  }
}