/* Adjust to 11pt equivalent */
body{
  /*font-size:0.95rem;*/
  font-size:100%;
  line-height: 1.25;
  /*font-family:'Open Sans','Arial',Arial,sans-serif;*/
  font-family:'Arial','Helvetica',sans-serif;
}
.cust-html *{
  /*font-family: 'Open Sans','Arial',Arial,sans-serif !important;*/
  font-family: 'Arial','Helvetica',sans-serif !important;
  font-size: 1em !important;
}
@media (min-width: 43.75em) {
  article {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
}

@media screen and (min-width: 40em){
  h1, .h1 {
      font-size: 2.5rem;
  }
}

h1 {
  font-size: 2em;
  line-height: 1.25;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125;
  }
}

@media screen and (min-width: 56.25em) {
  h1 {
    font-size: 2.75em;
    line-height: 1.05;
  }
}

h2 {
  font-size: 1.625em;
  line-height: 1.15384615;
}

@media screen and (min-width: 43.75em) {
  h2 {
    font-size: 2em;
    line-height: 1.25;
  }
}

@media screen and (min-width: 56.25em) {
  h2 {
    font-size: 2.25em;
    line-height: 1.25;
  }
}

h3 {
  font-size: 1.375em;
  line-height: 1.13636364;
}

@media screen and (min-width: 43.75em) {
  h3 {
    font-size: 1.5em;
    line-height: 1.25;
  }
}

@media screen and (min-width: 56.25em) {
  h3 {
    font-size: 1.75em;
    line-height: 1.25;
  }
}

h4 {
  font-size: 1.25em;
  line-height: 1.11111111;
}

@media screen and (min-width: 43.75em) {
  h4 {
    font-size: 1.375em;
    line-height: 1.22222222;
  }
}

.fs-90{
  font-size: 0.875rem !important;
  line-height: 1.4;
}