/* ELKI.KZ — Webfonts
   --------------------------------------------------------------------------
   Brand fonts from the Figma source:
     • Poppins              — primary / display (deck + web). Latin only.
     • Akzidenz-Grotesk Pro — editorial / commercial-proposal documents. Paid.

   SUBSTITUTIONS (flagged to the client):
     • Poppins has NO Cyrillic glyphs. Since ELKI.KZ copy is Russian/Kazakh,
       Cyrillic falls back to Montserrat — a geometric sans with near-identical
       proportions and full Cyrillic coverage. Latin (incl. the "elki.kz"
       wordmark) still renders in true Poppins.
     • Akzidenz-Grotesk Pro is a licensed font with no free webfont. Inter — a
       neo-grotesque with full Cyrillic — stands in for it in КП documents.

   If you own the licensed binaries (Poppins-Cyrillic, Akzidenz-Grotesk Pro),
   drop the .woff2 files in assets/fonts/ and replace the @import below with
   local @font-face rules. */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');
