.has-xxxl-display-font-size,
.has-xxl-header-font-size,
.has-xl-header-font-size,
.has-l-header-font-size,
.has-m-header-font-size,
.has-s-header-font-size,
.has-xs-header-font-size {
  line-height: 1.4;
  font-weight: 500;
}

.has-l-body-font-size,
.has-s-body-font-size {
  line-height: 1.6;
}

.has-xs-body-font-size {
  line-height: 1.4;
  letter-spacing: .01rem;
}

.has-caption-font-size {
  line-height: 1.4;
  letter-spacing: .02rem;
}

/*
 Desktop Font Sizes
 	NOTE: ("body:not(.wp-admin)" is declared so as to not interfere with the wp gutenburg editor)
*/
@media all and (min-width: 620px) {

  .has-xxl-header-font-size.wp-block-heading {
    font-size: 56px !important;
  }

  .has-xl-header-font-size.wp-block-heading {
    font-size: 48px !important;
  }

  .has-l-header-font-size.wp-block-heading,
  h1.wp-block-heading,
  h1.wp-block-post-title {
    font-size: 40px !important;
  }

  .has-m-header-font-size,
  .has-m-header-font-size.wp-block-heading,
  h2.wp-block-heading {
    font-size: 32px !important;
  }

  .has-s-header-font-size,
  .has-s-header-font-size.wp-block-heading,
  h3.wp-block-heading {
    font-size: 24px !important;
  }

  .has-xs-header-font-size.wp-block-heading,
  h4.wp-block-heading {
    font-size: 20px !important;
  }

  body:not(.wp-admin) .has-xxxl-display-font-size.wp-block-heading {
    font-size: 64px !important;
  }
}

/* Default Bold and Strong elements */
strong,
b {
  font-weight: 600;
}