/* ============================================================
   ZIELONE BACHNOTY — WEBFONTS
   No brand font files were supplied. The banknotes use a
   custom-engraved high-contrast Roman display face (headline
   "ZIELONE BACHNOTY") and a classical serif for running text —
   no source files exist for either, so we substitute the
   nearest Google Fonts equivalents:
     - Display/headline  -> Playfair Display  (high-contrast
       Didone-leaning serif, close to engraved banknote titling)
     - Editorial serif    -> Cormorant Garamond (classical book
       serif for large figures/pull quotes)
     - UI / body / data   -> Public Sans (neutral humanist sans,
       for dashboard legibility that the banknotes don't need to
       provide)
   FLAG: if real PWPW/banknote typeface files exist, replace this
   file's @import with local @font-face rules using them.
   ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;1,600&family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Public+Sans:wght@400;500;600;700&display=swap");

:root {
  --font-display: "Playfair Display", "Iowan Old Style", ui-serif, Georgia, serif;
  --font-serif: "Cormorant Garamond", "Iowan Old Style", ui-serif, Georgia, serif;
  --font-sans: "Public Sans", -apple-system, "Segoe UI", ui-sans-serif, sans-serif;
}
