/* Outfit — the site's typeface (Google Fonts, SIL Open Font License).
   @import must precede all other rules. Vendored copy: keep in sync with
   aksu-website/assets/css/fonts.css. */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* ==============================
   Lama Sans — legacy self-hosted webfont, no longer referenced.
   The .woff2 files were never added, so these faces always 404'd.
   ============================== */
@font-face {
  font-family: "Lama Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lama-sans/LamaSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lama Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/lama-sans/LamaSans-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Lama Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/lama-sans/LamaSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Lama Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/lama-sans/LamaSans-Bold.woff2") format("woff2");
}
