html, body {
    font-family: 'Open Sans', sans-serif;
}
  
  /*
    TYPOGRAPHY
  */
  h1 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.18;
    letter-spacing: -2.8px;
    color: #131d26;
  }
  
  h2 {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #656f7a;
  }
  
  h2 strong, h2 b, strong h2, b h2 {
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #656f7a;
    font-weight: bold;
  }
  
  h3 {
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: -0.4px;
    color: #131d26;
  }
  
  h3 strong, h3 b, strong h3, b h3 {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: -0.4px;
    color: #131d26;
  }
  
  h4 {
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #131d26;
  }
  
h4 strong, h4 b, strong h4, b h4 {
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #131d26;
  }
  
h5 {
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #131d26;
  }
  
h6 {
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.2px;
    color: #656f7a;
}
  
.caption {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.2px;
    color: #656f7a;
}
