/* Babreka — local webfonts only (no CDN). Copied verbatim from the design's
   tokens/fonts.css: both files are single "Regular" cuts declared across the
   100–900 range, exactly as in the approved Claude Design build (the browser
   renders every weight with the regular cut — no synthetic bold). Family names
   are prefixed so Elementor/Google "Tajawal" can never collide with them. */
@font-face{
  font-family:"bk-lantex";
  src:url("../fonts/lantx-regular.woff") format("woff"),
      url("../fonts/lantx-regular.otf") format("opentype");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"bk-tajawal";
  src:url("../fonts/tajawal-regular.woff") format("woff"),
      url("../fonts/tajawal-regular.ttf") format("truetype");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
