@font-face {
    font-family: 'Gill Sans Nova Book';
    src: url('GillSansNova-Bold.woff2') format('woff2'),
    url('GillSansNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans Nova';
    src: url('GillSansNova-Medium.woff2') format('woff2'),
    url('GillSansNova-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans Nova Book';
    src: url('GillSansNova-Book.woff2') format('woff2'),
    url('GillSansNova-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans Nova';
    src: url('GillSansNova-Light.woff2') format('woff2'),
    url('GillSansNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kepler Std Light Italic Caption';
    font-style: normal;
    font-weight: normal;
    src: local('Kepler Std Light Italic Caption'), url('KeplerStdLightItCapt.woff') format('woff');
}

