/* ============================================================
   FIRM HEARTBEAT — Font Declarations
   Production: swap Google Fonts @import for local woff2 files
   in assets/fonts/ — see deploy process docs.
   ============================================================ */

/* DM Sans — all UI text, labels, body */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

/* DM Serif Display — numbers only. Never on labels or headings. */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');

/* NOTE: In production these become @font-face blocks pointing to
   assets/fonts/DM-Sans-400.woff2 etc. — zero network dependency. */
