@font-face {
  font-family: 'Gill Sans';
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
  font-named-instance: 'Regular';
  src: url(./Gill-Sans.woff) format('woff supports variations(gvar)'),
    url(./Gill-Sans.woff) format('woff-variations'), url(./Gill-Sans.woff) format('woff');
}

@font-face {
  font-family: 'Gill-Sans-Medium';
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
  font-named-instance: 'Regular';
  src: url(./Gill-Sans-Medium.woff) format('woff supports variations(gvar)'),
    url(./Gill-Sans-Medium.woff) format('woff-variations'), url(./Gill-Sans-Medium.woff) format('woff');
}

@font-face {
  font-family: 'Gill-Sans-Light';
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
  font-named-instance: 'Regular';
  src: url(./Gill-Sans-Light.woff) format('woff supports variations(gvar)'),
    url(./Gill-Sans-Light.woff) format('woff-variations'), url(./Gill-Sans-Light.woff) format('woff');
}

@font-face {
  font-family: 'Gill-Sans-Bold';
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
  font-named-instance: 'Regular';
  src: url(./Gill-Sans-Bold.woff) format('woff supports variations(gvar)'),
    url(./Gill-Sans-Bold.woff) format('woff-variations'), url(./Gill-Sans-Bold.woff) format('woff');
}

@font-face {
  font-family: 'Gill-Sans-Heavy';
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
  font-named-instance: 'Regular';
  src: url(./Gill-Sans-Heavy.woff) format('woff supports variations(gvar)'),
    url(./Gill-Sans-Heavy.woff) format('woff-variations'), url(./Gill-Sans-Heavy.woff) format('woff');
}

@supports (font-variation-settings: normal) {
  * {
    font-family: "Gill-Sans", sans-serif;
  }
}