@font-face {
  font-family: 'Aileron';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/static/fonts/brand/Aileron-Regular.woff2') format('woff2'),
       url('/static/fonts/brand/Aileron-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Aileron';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url('/static/fonts/brand/Aileron-SemiBold.woff2') format('woff2'),
       url('/static/fonts/brand/Aileron-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: 'Aileron';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('/static/fonts/brand/Aileron-Bold.woff2') format('woff2'),
       url('/static/fonts/brand/Aileron-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Aileron';
  font-style: normal;
  font-weight: 800;
  font-display: block;
  src: url('/static/fonts/brand/Aileron-Heavy.woff2') format('woff2'),
       url('/static/fonts/brand/Aileron-Heavy.otf') format('opentype');
}

@font-face {
  font-family: 'Aileron';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/static/fonts/brand/Aileron-Black.woff2') format('woff2'),
       url('/static/fonts/brand/Aileron-Black.otf') format('opentype');
}

@font-face {
  font-family: 'Aileron';
  font-style: italic;
  font-weight: 400;
  font-display: block;
  src: url('/static/fonts/brand/Aileron-Italic.woff2') format('woff2'),
       url('/static/fonts/brand/Aileron-Italic.otf') format('opentype');
}
