/* ============================================================
   Hili — Webfonts (SimplerPro HLAR, by Fontef)
   The brand's working Hebrew+Latin typeface. Supplied cuts:
     • SimplerPro (proportional) — Light 300
     • SimplerPro Mono (monospace) — Regular 400 / Medium 500 / Bold 700
   No other families are used (no Heebo, no Lay Grotesk).
   ============================================================ */

@font-face {
  font-family: "SimplerPro";
  src: url("../assets/fonts/SimplerPro_HLAR-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SimplerPro Mono";
  src: url("../assets/fonts/SimplerPro_HLAR_Mono-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SimplerPro Mono";
  src: url("../assets/fonts/SimplerPro_HLAR_Mono-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SimplerPro Mono";
  src: url("../assets/fonts/SimplerPro_HLAR_Mono-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
