@font-face {
    font-family: 'Century Gothic';
    src: url('./CenturyGothic-Bold.woff2') format('woff2'),
        url('./CenturyGothic-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('./CenturyGothic.woff2') format('woff2'),
        url('./CenturyGothic.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    font-display: swap;
}

