/* Siqlo — Webfonts (self-hosted)
   Display: Aileron (CC0, Sora Sagano). Body/UI: Inter. */

@font-face {
  font-family: "Aileron";
  src: url("../assets/fonts/aileron-regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../assets/fonts/aileron-semibold.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../assets/fonts/aileron-bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  /* Aileron Heavy — the brand display weight */
  font-family: "Aileron";
  src: url("../assets/fonts/aileron-heavy.woff2") format("woff2");
  font-weight: 800 900; font-style: normal; font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/inter-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/inter-500.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/inter-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/inter-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
