/* Custom Styles */
@font-face { 
    font-family: "MyFont"; 
    src: url({{ 'montserrat-thin-webfont.woff2' | asset_url }});
} 
h1, h2, h4, h5, h6, ul, ol, a { 
    font-family: "MyFont", sans-serif;
}
h1 {
  letter-spacing: 5px;
}
h2 {
  letter-spacing: 5px;
}
h4 {
  letter-spacing: 5px;
}
h5 {
  letter-spacing: 5px;
}
h6 {
  letter-spacing: 5px;
}