/*
    Document   : font-faces
    Created on : 05/02/2015, 11:43:21
    Author     : raiana
    Description:
        This stylesheet holds the font faces used in the odebrecht ambiental site
*/
@font-face {
    font-family: 'Odebrecht Sans';
    src: url('font/Odebrecht-Sans.ett');
    src: url('font/Odebrecht-Sans.eot?#iefix') format('embedded-opentype'), url('font/Odebrecht-Sans.woff') format('woff'), url('font/Odebrecht-Sans.ttf') format('truetype'), url('font/Odebrecht-Sans.svg#Odebrecht Sans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Odebrecht Slab';
    src: url('font/Odebrecht-Slab.eot');
    src: url('font/Odebrecht-Slab.eot?#iefix') format('embedded-opentype'), url('font/Odebrecht-Slab.woff') format('woff'), url('font/Odebrecht-Slab.ttf') format('truetype'), url('font/Odebrecht-Slab.svg#Odebrecht Slab') format('svg');
    font-weight: normal;
    font-style: normal;
}