@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/AvantGarde-Book.woff2') format('woff2'),
        url('../fonts/AvantGarde-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avant';
    src: url('../fonts/AvantRegular.woff2') format('woff2'),
        url('../fonts/AvantRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}