/*===============================
 *
 *        Avenir Book
 *
 *===============================*/
@font-face {
    font-family: 'Avenir Book';
    src: url('Avenir-Book.woff2') format('woff2'),
        url('Avenir-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*===============================
 *
 *        HK Grotesk Regular
 *
 *===============================*/
@font-face {
    font-family: 'HK Grotesk Regular';
    src: url('HKGrotesk-Regular.woff2') format('woff2'),
        url('HKGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk Medium';
    src: url('HKGrotesk-Medium.woff2') format('woff2'),
        url('HKGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk Black';
    src: url('HKGrotesk-Black.woff2') format('woff2'),
        url('HKGrotesk-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk Italic';
    src: url('HKGrotesk-Italic.woff2') format('woff2'),
        url('HKGrotesk-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/*===============================
 *
 *        Novecento
 *
 *===============================*/
 @font-face {
    font-family: 'Novecento Book';
    src: url('Novecento-Book.woff2') format('woff2'),
        url('Novecento-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Novecento Medium';
    src: url('Novecento-Medium.woff2') format('woff2'),
        url('Novecento-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}