/**
 * Aeroport webfont — self-hosted, ported 1:1 from the legacy theme
 * (themes/Reynolds/resources/fonts/fonts.css). The entire site's type is set in
 * Aeroport (see src/css/_global.scss: `#sage body { font-family: 'Aeroport' }`);
 * this file is what actually supplies the face. Enqueued by inc/enqueue.php on
 * the front end AND in the block editor. font-display: swap added over legacy so
 * text renders in the fallback instantly instead of flashing invisible.
 */

@font-face {
  font-family: 'Aeroport';
  src: url('Aeroport.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Aeroport';
  src: url('Aeroport-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Aeroport';
  src: url('Aeroport-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
