/* Custom Styles */
@font-face {
  font-family: "Open Sans Light";
  src: url('opensanslight.ttf'); 
}

@font-face {
  font-family: "Mr Blaketon";
  src: url('mrblaketon.ttf'); 
}

h1, h2, h3, h4, h5, h6, body, ul, li, ol {
    font-family: 'Open Sans Light'!important;
}

.custom-script {
    font-family: 'Mr Blaketon';
}