/* src/styles/hacen.css */
@font-face{
  font-family:"Hacen Maghreb";
  src:url("/fonts/HacenMaghreb.woff2") format("woff2"),
      url("/fonts/HacenMaghreb.woff") format("woff"),
      url("/fonts/HacenMaghreb.ttf") format("truetype");
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Hacen Maghreb LT";
  src:url("/fonts/HacenMaghrebLT.woff2") format("woff2"),
      url("/fonts/HacenMaghrebLT.woff") format("woff"),
      url("/fonts/HacenMaghrebLT.ttf") format("truetype");
  font-weight:400; font-style:normal; font-display:swap;
}
/* كلاستان سهلات للاستخدام */
.font-hacen { font-family:"Hacen Maghreb","Tajawal",system-ui,sans-serif; }
.font-hacen-lt { font-family:"Hacen Maghreb LT","Tajawal",system-ui,sans-serif; }
