/* ==============================
   Lama Sans — self-hosted webfont
   Drop the .woff2 files into  assets/fonts/lama-sans/
   (filenames must match the src paths below).
   ============================== */
@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");
}
