/* ============================================================
   Attieh & Chebli — fonts.css
   Self-hosting target (§7.6 production checklist).

   CURRENT STATE (development): the preview/pages load
   Cormorant Garamond + Inter via a Google Fonts <link>.

   BEFORE LAUNCH (required by the Privacy Policy posture —
   "only the cookies necessary for it to function"):
   1. Subset and self-host woff2 files into /assets/fonts/.
   2. Uncomment the @font-face blocks below.
   3. Remove the Google Fonts <link> from every page <head>.

   Arabic faces (Amiri, IBM Plex Sans Arabic) are reserved for
   the /ar/ namespace and staged post-launch.
   ============================================================ */

/* Corporate A BQ (owner-supplied, 2026-08-21) -- the real brand
   typeface used in the logo artwork, licensed to the firm and
   sourced from the owner's local machine (not a web font, no CDN
   available for it). Header wordmark only; active now (not part of
   the dormant self-hosting plan below, which is still Google-Fonts-
   sourced pending launch). Registered at its one shipped weight
   (Regular/400) so no weight mismatch triggers browser font-
   synthesis -- see the .brand .brand-wordmark override in
   components.css that pins font-weight:400 to match. */
@font-face {
  font-family: "Corporate A BQ";
  src: url("../fonts/corporate-a-bq-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*/
