@font-face {
    font-family: "Quattrocento-Bold";
    src: url("font/en/Quattrocento-Bold.eot");
    src: url("font/en/Quattrocento-Bold.eot?#iefix") format("embedded-opentype"),
        url("font/en/Quattrocento-Bold.woff") format("woff"),
        url("font/en/Quattrocento-Bold.ttf") format("truetype"),
        url("font/en/quattrocento-bold.svg#quattrocentobold") format("svg");
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "Quattrocento-Regular";
    src: url("font/en/Quattrocento-Regular.eot");
    src: url("font/en/Quattrocento-Regular.eot?#iefix") format("embedded-opentype"),
        url("font/en/Quattrocento-Regular.woff") format("woff"),
        url("font/en/Quattrocento-Regular.ttf") format("truetype"),
        url("font/en/quattrocento-regular.svg#quattrocentoregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Quattrocento-Regular";
        src: url("font/en/quattrocento-regular.svg#quattrocentoregular") format("svg");
    }
    @font-face {
        font-family: "Quattrocento-Bold";
        src: url("font/en/quattrocento-bold.svg#quattrocentobold") format("svg");
    }
}

body {    
    font-family: "Quattrocento-Regular", sans-serif;
}

.navigation, .contentContent h2, #footer #footerAddress, #footer #footerContacts {
    font-family: "Quattrocento-Bold", sans-serif;  
}