  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/Roboto-italic.woff2') format('woff2'),
         url('fonts/Roboto-italic.woff') format('woff'),
         url('fonts/Roboto-italic.ttf') format('truetype');
  }

  @font-face {
    font-family: 'GT-America';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/GT-America-Standard-Regular.woff2') format('woff2'),
         url('fonts/GT-America-Standard-Regular.woff') format('woff'),
         url('fonts/GT-America-Standard-Regular.ttf') format('truetype');
  }

  @font-face {
    font-family: 'GT-Super';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/GT-Super-Text-Medium.woff2') format('woff2'),
         url('fonts/GT-Super-Text-Medium.woff') format('woff'),
         url('fonts/GT-Super-Text-Medium.ttf') format('truetype');
  }
