

@font-face{
    font-family: "Trueno SemiBold";
    src: url('../fonts/truenobd.eot');
    src: url('../fonts/truenobd.eot') format('embedded-opentype'),
            url('../fonts/truenobd.woff2') format('woff2'),
            url('../fonts/truenobd.woff') format('woff'), 
            url('../fonts/truenobd.ttf')  format('truetype'),
            url('../fonts/truenobd.svg#svgfontname') format('svg');
}

@font-face{
    font-family: "Trueno Light";
    src: url('../fonts/truenolt.eot');
    src: url('../fonts/truenolt.eot') format('embedded-opentype'),
            url('../fonts/truenolt.woff2') format('woff2'),
            url('../fonts/truenolt.woff') format('woff'), 
            url('../fonts/truenolt.ttf')  format('truetype'),
            url('../fonts/truenolt.svg#svgfontname') format('svg');   
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: normal;
    font-size: 14px;
}
