/* =========================================================================
   Fonts for the LIVE signature preview.
   The signature SVG references its faces by these exact family names
   (itfHuwiyaArabic-Medium / -Light, Misk-Regular), so we register them here.
   `font-weight: 100 900` = use the single face as-is for any requested weight
   (the SVG asks for 300/500), with no synthetic bolding.
   PNG export embeds the same fonts as data-URIs (see render.js).
   ========================================================================= */
@font-face {
  font-family: "itfHuwiyaArabic-Medium";
  src: url("../fonts/itfHuwiyaArabic-Medium.otf") format("opentype");
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "itfHuwiyaArabic-Light";
  src: url("../fonts/itfHuwiyaArabic-Light.otf") format("opentype");
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "itfHuwiyaArabic-Regular";
  src: url("../fonts/itfHuwiyaArabic-Regular.otf") format("opentype");
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Misk-Regular";
  src: url("../fonts/Misk-Regular.otf") format("opentype");
  font-weight: 100 900; font-style: normal; font-display: swap;
}
