/* =========================================================
  Local fonts (API-driven via CSS variables)
  Files live in: public/fonts/*.ttf
  API values must match these font-family names exactly.
========================================================= */

/* English fonts */
@font-face {
  font-family: "ABeeZee";
  src: url("/fonts/ABeeZee-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Khand";
  src: url("/fonts/Khand.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Satisfy";
  src: url("/fonts/Satisfy.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Lobster";
  src: url("/fonts/Lobster.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Acme";
  src: url("/fonts/Acme.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "IndieFlower";
  src: url("/fonts/IndieFlower.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "baloo";
  src: url("/fonts/baloo.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "JosefinSans";
  src: url("/fonts/JosefinSans.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Exo";
  src: url("/fonts/Exo.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "PermanentMarker";
  src: url("/fonts/PermanentMarker.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "RobotoMono";
  src: url("/fonts/RobotoMono.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Fras";
  src: url("/fonts/Fras.ttf") format("truetype");
  font-display: swap;
}

/* Arabic fonts */
@font-face {
  font-family: "droid";
  src: url("/fonts/droid.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "ArefRuqaa";
  src: url("/fonts/ArefRuqaa.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "omar";
  src: url("/fonts/omar.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "belalezgjm";
  src: url("/fonts/belalezgjm.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Khebrat";
  src: url("/fonts/Khebrat.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "vexalight";
  src: url("/fonts/vexalight.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("/fonts/Cairo.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "malmoomregular";
  src: url("/fonts/malmoomregular.ttf") format("truetype");
  font-display: swap;
}
