/* Typography Start*/

/* ---- Headings ---- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
      line-height: 1.25;
  }
}

h1, .h1 {
    font-size: 32px;
}

h2, .h2 {
    font-size: 28px;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4 {
    font-size: 1.75rem;
}
/* ---- End of Headings ---- */

/* Typography End*/
