h1, h2, h3, h4, h5, h6 {
    font-family:trailmade-regular;
}

@font-face {
    font-family: 'trailmade-regular';
    src: url('/files/fonts/trailmade-regular.woff2') format('woff2'),
         url('/files/fonts/trailmade-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}