
/* should not need as all of our fonts use the font-weight: bold;
@font-face {
    font-family: 'Century-Gothic-Pro';
    font-style: normal;
    src: url('../fonts/century-gothic-pro/century-gothic-pro-regular.woff2') format('woff2'),
    url('../fonts/century-gothic-pro/century-gothic-pro-regular.woff') format('woff');
}
*/

@font-face {
    font-family: 'Century-Gothic-Pro';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/century-gothic-pro/century-gothic-pro-bold.woff2') format('woff2'),
    url('../fonts/century-gothic-pro/century-gothic-pro-bold.woff') format('woff');
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('woff2');
}


