/* fonts
---------------------------------------------------*/
@font-face {
    font-family: 'geometriaregular';
    src: url('/css/fonts/Geometria-Regular-webfont.eot');
    src: url('/css/fonts/Geometria-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/Geometria-Regular-webfont.woff2') format('woff2'),
         url('/css/fonts/Geometria-Regular-webfont.woff') format('woff'),
         url('/css/fonts/Geometria-Regular-webfont.ttf') format('truetype'),
         url('/css/fonts/Geometria-Regular-webfont.svg#geometriaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}