

@font-face{
    font-family: "Trueno SemiBold";
    src: url('../fonts/TruenoBd.eot');
    src: url('../fonts/TruenoBd.eot?#iefix') 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?#iefix') 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;
}
