@font-face {
    font-family : 'Playfair Display';
    src         : local('Playfair Display Italic'), local('PlayfairDisplay-Italic'),
    url('fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
    url('fonts/PlayfairDisplay-Italic.woff') format('woff');
    font-weight : normal;
    font-style  : italic;
}

@font-face {
    font-family : 'Gotham';
    src         : local('Gotham-Book'),
    url('fonts/Gotham-Book.woff2') format('woff2'),
    url('fonts/Gotham-Book.woff') format('woff');
    font-weight : normal;
    font-style  : normal;
}

@font-face {
    font-family : 'Cinzel';
    src         : local('Cinzel-Regular'),
    url('fonts/Cinzel-Regular.woff2') format('woff2'),
    url('fonts/Cinzel-Regular.woff') format('woff');
    font-weight : normal;
    font-style  : normal;
}
