/* ===========================
   BIKO
   =========================== */
@font-face {
  font-family: "Biko";
  src: url("./fonts/BIKO-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Biko";
  src: url("./fonts/BIKO-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ===========================
   LEMON MILK
   =========================== */
@font-face {
  font-family: "LemonMilk";
  src: url("./fonts/LemonMilk-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LemonMilk";
  src: url("./fonts/LemonMilk-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Helper classes used in HTML */
.font-biko { font-family: "Biko", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
.font-lemon { font-family: "LemonMilk", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }