/* Aileron — self-hosted (rimuove la dipendenza da fonts.cdnfonts.com, flaky/bloccabile).
   Pesi usati dal design: thin 250 ↔ black 900, body 300/400, semibold 600, bold 700. */

@font-face {
  font-family: 'Aileron';
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url('/fonts/aileron/Aileron-Thin.woff') format('woff');
}
@font-face {
  font-family: 'Aileron';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/aileron/Aileron-Light.woff') format('woff');
}
@font-face {
  font-family: 'Aileron';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/aileron/Aileron-LightItalic.woff') format('woff');
}
@font-face {
  font-family: 'Aileron';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/aileron/Aileron-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Aileron';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/aileron/Aileron-Italic.woff') format('woff');
}
@font-face {
  font-family: 'Aileron';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/aileron/Aileron-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Aileron';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/aileron/Aileron-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Aileron';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/aileron/Aileron-Black.woff') format('woff');
}
@font-face {
  font-family: 'Aileron';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/aileron/Aileron-BlackItalic.woff') format('woff');
}
