/* Aileron — Disruptiva primary typeface.
   Place the following files in /public/fonts/ to activate Aileron:
     Aileron-Regular.woff2  (400)
     Aileron-SemiBold.woff2 (600)
     Aileron-Bold.woff2     (700)
     Aileron-Heavy.woff2    (800)
   Until the files exist, the site falls back to Manrope / Inter automatically. */

@font-face {
  font-family: "Aileron";
  src: url("/fonts/Aileron-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/fonts/Aileron-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/fonts/Aileron-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("/fonts/Aileron-Heavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
