/* ########  TYPOGRAPHY ####### */
/* ########  TYPOGRAPHY ####### */
/* ########  TYPOGRAPHY ####### */

.font-size-120 {
      font-size: 84px; /*128px*/
}

.font-size-96 {
      font-size: 84px; /*128px*/
}

.font-size-48 {
      font-size: 48px; /*48px*/
}



.font-size-32 {
      font-size: 32px; /*32px*/
}

.font-size-24 {
      font-size: 24px; /*24px*/
}

.font-size-16 {
      font-size: 16px; /*16px*/
}

.font-size-12 {
      font-size: 12px; /*16px*/
}

.font-bold {
      font-weight: 600; /*Bold*/
}
.font-regular {
      font-weight: 300; /*Regular*/
}





h1, h2 {
    line-height: 1.24;
    margin: ;
    font-weight: 600; /*Bold*/
    font-family: "Racing Sans One", sans-serif;
      font-style: normal;
}

h3, h4  {
    font-weight: 600; /*Bold*/
    line-height: 1.3;
}

p, blockquote, li {
    line-height: 1.48;
    font-weight: 400; /*Regular*/

}

em {
    font-style: normal;
}