@font-face {
    font-family: 'Quattrocento Sans';
    src: url('../webfonts/QuattrocentoSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Quattrocento Sans';
    src: url('../webfonts/QuattrocentoSans-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Quattrocento Sans';
    src: url('../webfonts/QuattrocentoSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Quattrocento Sans';
    src: url('../webfonts/QuattrocentoSans-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}
