@font-face {
    font-family: 'Gill Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(./gillsans/GillSansNovaW05Book.woff) format('woff');
}

@font-face {
    font-family: 'Gill Sans italic';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(./gillsans/GillSansItalic.woff) format('woff');
}

@font-face {
    font-family: 'Gill Sans bold';
    font-style: bold;
    font-weight: 800;
    font-display: swap;
    src: url(./gillsans/gill-sans-nova-bold.woff) format('woff');
}