@font-face {
  font-family: 'Aeroport';
  src: url('../fonts/Aeroport/Light.woff') format('woff'),
       url('../fonts/Aeroport/Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Aeroport';
  src: url('../fonts/Aeroport/Regular.woff') format('woff'),
       url('../fonts/Aeroport/Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Aeroport';
  src: url('../fonts/Aeroport/Medium.woff') format('woff'),
       url('../fonts/Aeroport/Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}