/*-------------------
--
-- Fonts
--
-------------------*/

@font-face {
    font-family: 'OswaldBook';
    src: url('fonts/Oswald-Regular-webfont.eot');
    src: url('fonts/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Oswald-Regular-webfont.woff') format('woff'),
         url('fonts/Oswald-Regular-webfont.ttf') format('truetype'),
         url('fonts/Oswald-Regular-webfont.svg#OswaldBook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bryantpro-bold-webfont';
    src: url('fonts/bryantpro-bold-webfont.eot');
    src: url('fonts/bryantpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bryantpro-bold-webfont.woff') format('woff'),
         url('fonts/bryantpro-bold-webfont.ttf') format('truetype'),
         url('fonts/bryantpro-bold-webfont.svg#bryantpro-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham-medium-webfont';
    src: url('fonts/gotham-medium-webfont.eot');
    src: url('fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-medium-webfont.woff') format('woff'),
         url('fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('fonts/gotham-medium-webfont.svg#gotham-medium-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'calibri-webfont';
    src: url('fonts/calibri.eot');
    src: url('fonts/calibri.eot?#iefix') format('embedded-opentype'),
         url('fonts/calibri.woff') format('woff'),
         url('fonts/calibri.ttf') format('truetype'),
         url('fonts/calibri.svg#calibri') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sourcesanspro-regular-webfont';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#sourcesanspro-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'din-regular-webfont';
    src: url('fonts/DINR.eot');
    src: url('fonts/DINR.eot?#iefix') format('embedded-opentype'),
         url('fonts/DINR.woff') format('woff'),
         url('fonts/DINR.ttf') format('truetype'),
         url('fonts/DINR.svg#DINR') format('svg');
    font-weight: normal;
    font-style: normal;

}

.placeholder { color: #333333; }


