@font-face {
    font-family: 'Gill Sans Nova';
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    src: url('GillSansNova-SemiBold.woff2') format('woff2'),
         url('GillSansNova-SemiBold.woff') format('woff'),
         url('GillSansNova-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Gill Sans Nova';
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: 500;
    src: url('GillSansNova-SemiBoldItalic.woff2') format('woff2'),
         url('GillSansNova-SemiBoldItalic.woff') format('woff'),
         url('GillSansNova-SemiBoldItalic.ttf') format('truetype');
}