@font-face {
    font-family: 'SansBold';
    src: url('../font/GothamPro-Medium.woff2') format('woff2'),
        url('../font/GothamPro-Medium.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SansRegular';
    src: url('../font/GothamPro-Light.woff2') format('woff2'),
        url('../font/GothamPro-Light.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Serif';
    src: url('../font/GaramondPremrPro-ItCapt.woff2') format('woff2'),
        url('../font/GaramondPremrPro-ItCapt.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
