/**
 * @file
 * Font styling
 *
 * 
 */

/*@font-face {
    font-family: 'Helvetica45LightRegular';
    src: url('../font/helveticaneue-light-webfont.eot');
    src: url('../font/helveticaneue-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/helveticaneue-light-webfont.woff') format('woff'),
         url('../font/helveticaneue-light-webfont.ttf') format('truetype'),
    url('../font/helveticaneue-light-webfont.svg#helveticaneue-light-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'montserratbold';
    src: url('../font/montserrat-bold-webfont.eot');
    src: url('../font/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/montserrat-bold-webfont.woff2') format('woff2'),
    url('../font/montserrat-bold-webfont.woff') format('woff'),
    url('../font/montserrat-bold-webfont.ttf') format('truetype'),
    url('../font/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}