@font-face {
    font-family: 'Gill Sans MT';
    src: url('GillSansMT-Italic.woff2') format('woff2'),
        url('GillSansMT-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

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

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

@font-face {
    font-family: 'Gill Sans MT';
    src: url('GillSansMT-BoldItalic.woff2') format('woff2'),
        url('GillSansMT-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

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

@font-face {
    font-family: 'Gill Sans MT Ext Condensed';
    src: url('GillSansMT-ExtraCondensedBold.woff2') format('woff2'),
        url('GillSansMT-ExtraCondensedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans MT Condensed';
    src: url('GillSansMT-Condensed.woff2') format('woff2'),
        url('GillSansMT-Condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

