@font-face {
    font-family: 'Palatino Linotype';
    src: url('../fonts/PalatinoLinotype-Roman.eot');
    src: url('../fonts/PalatinoLinotype-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PalatinoLinotype-Roman.woff2') format('woff2'),
        url('../fonts/PalatinoLinotype-Roman.woff') format('woff'),
        url('../fonts/PalatinoLinotype-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Palatino Linotype';
    src: url('../fonts/PalatinoLinotype-Bold.eot');
    src: url('../fonts/PalatinoLinotype-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PalatinoLinotype-Bold.woff2') format('woff2'),
        url('../fonts/PalatinoLinotype-Bold.woff') format('woff'),
        url('../fonts/PalatinoLinotype-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

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


@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/gill_sans_medium-webfont.woff2') format('woff2'),
         url('../fonts/gill_sans_medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;

}