/* ===================================================================
   Typography tokens — bilingual (Latin + Arabic)

   Edit the values below to change fonts site-wide for Arabic mode and
   mixed-language UI. Browsers use --yes-font-latin for Latin glyphs and
   --yes-font-arabic when the prior fonts do not cover Arabic script.

   Override without editing the theme: Ghost Admin → Settings → Code injection
   → Site Footer, after theme CSS:

     <style>
       :root {
         --yes-font-latin: "Your Latin Face";
         --yes-font-arabic: "Your Arabic Face";
       }
     </style>

   If you change --yes-font-arabic, add a matching @font-face or Google Fonts
   link in default.hbs (or Code injection) so the files actually load.
   =================================================================== */

:root {
    --yes-font-latin: "Inter";
    --yes-font-arabic: "Noto Naskh Arabic";
    /* Full stack: do not use nested multi-family vars here (comma parsing). */
    --yes-font-stack-mixed: var(--yes-font-latin), var(--yes-font-arabic), -apple-system, blinkmacsystemfont,
        "Segoe UI", sans-serif;
}
