/* .............................................................................
FONTS
Trade Gothic LT STD -- @font-face
Regular : 400
Bold (condensed) : 700
............................................................................. */

@font-face {
    font-family: "Trade Gothic";
    src: url('../../fonts/trade-gothic-lt-std-58a78e64434a9.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Trade Gothic";
    src: url('../../fonts/trade-gothic-lt-std-bold-condensed-no-20-5872def1d27d8.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}



html, body,
.altFont,
button, input, textarea, select
{
    font-family: "Trade Gothic", Arial, Helvetica, sans-serif;
}

.light {font-weight:400;}
strong, .strong {font-weight:700;}
.superStrong {font-weight: 700;}