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

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