@font-face {
    font-family: 'GreycliffHeavy';
    src: url('../fonts/GreycliffCF-Heavy.woff2') format('woff2'),
         url('../fonts/GreycliffCF-Heavy.woff') format('woff'),
         url('../fonts/GreycliffCF-Heavy.ttf') format('truetype');
}
@font-face {
    font-family: 'GreycliffLight';
    src: url('../fonts/GreycliffCF-Light.woff2') format('woff2'),
         url('../fonts/GreycliffCF-Light.woff') format('woff'),
         url('../fonts/GreycliffCF-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Avenir Book';
    src: url('../fonts/Avenir-Book.woff2') format('woff2'),
        url('../fonts/Avenir-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.woff2') format('woff2'),
        url('../fonts/Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Light.woff2') format('woff2'),
        url('../fonts/Avenir-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
