/* Lens Grotesk — الأوزان الأساسية */
/* min.css/fonts.css */
@font-face{
  font-family:"Lens Grotesk";
  src:url("../asset/fonts/lens-grotesk/LensGrotesk-Regular.otf") format("opentype");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Lens Grotesk";
  src:url("../asset/fonts/lens-grotesk/LensGrotesk-Medium.otf") format("opentype");
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Lens Grotesk";
  src:url("../asset/fonts/lens-grotesk/LensGrotesk-SemiBold.otf") format("opentype");
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Lens Grotesk";
  src:url("../asset/fonts/lens-grotesk/LensGrotesk-Bold.otf") format("opentype");
  font-weight:700; font-style:normal; font-display:swap;
}


/* خليه هو الخط الافتراضي */
:root{ --font-sans: "Lens Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial; }
html, body{ font-family: var(--font-sans); }
