@font-face {
  font-family: 'TransportNew';
  src:
    url('TransportNew-Light.otf') format('opentype'),
    url('TransportNew-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'TransportNew';
  src:
    url('TransportNew-LightItalic.otf') format('opentype'),
    url('TransportNew-LightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: 'TransportNew';
  src:
    url('TransportNew-Medium.otf') format('opentype'),
    url('TransportNew-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'TransportNew';
  src:
    url('TransportNew-MediumItalic.otf') format('opentype'),
    url('TransportNew-MediumItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: 'TransportNew';
  src:
    url('TransportNew-Heavy.otf') format('opentype'),
    url('TransportNew-Heavy.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'TransportNew';
  src:
    url('TransportNew-HeavyItalic.otf') format('opentype'),
    url('TransportNew-HeavyItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
