@font-face {
  font-family: 'GT Super Display';
  src: url('webfonts/GTSuperDisplay-Light.woff2') format('woff2'),
       url('webfonts/GTSuperDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT Super Display';
  src: url('webfonts/GTSuperDisplay-LightItalic.woff2') format('woff2'),
       url('webfonts/GTSuperDisplay-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arial Custom';
  src: url('webfonts/ArialMT.woff2') format('woff2'),
       url('webfonts/ArialMT.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial Custom';
  src: url('webfonts/Arial-BoldMT.woff2') format('woff2'),
       url('webfonts/Arial-BoldMT.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
