/* Pynding webfonts.
   No licensed brand fonts were supplied with the source material, so the system
   uses two open Google faces chosen for a warm, friendly fintech voice.
   Swap the @import + family tokens if real brand fonts arrive. */
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=DM+Mono:wght@400;500&display=swap");

:root{
  --font-sans:"Hanken Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  --font-mono:"DM Mono",ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  --font-display:var(--font-sans);
  --font-body:var(--font-sans);
  --font-numeric:var(--font-mono);
}
