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

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

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

