@font-face {
    font-family: 'Gill Sans MT Pro';
    src: url('GillSansMTPro-Heavy.woff2') format('woff2'),
        url('GillSansMTPro-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Gill Sans MT Pro';
    src: url('GillSansMTPro-UltraBold.woff2') format('woff2'),
        url('GillSansMTPro-UltraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

