/* ============================================================
   UR-system — Webfonts
   ------------------------------------------------------------
   SUBSTITUTION NOTE: The source prototype used the OS system
   sans (-apple-system / Segoe UI). For the design system we
   adopt a deliberate pairing drawn from the reference imagery:
     · Source Serif 4  — editorial display serif (headlines)
     · Hanken Grotesk  — humanist UI/body sans
     · JetBrains Mono  — IDs, numbers, reference codes
   All three are Google Fonts, loaded over @import below.
   Swap these @font-face/@import targets if the brand later
   licenses custom typefaces.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,500;0,8..60,600;0,8..60,700;1,8..60,400&family=JetBrains+Mono:wght@400;500;600&display=swap');
