/* fontface */

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

