/* ─────────────────────────────────────────────
   FONTS — Helping Hand Center Design System
   Display: Inter (modern institutional sans)
   UI:      Inter (open-source, Google Fonts)
   Code:    Monaco / Menlo / Ubuntu Mono
   ───────────────────────────────────────────── */

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

:root {
  --font-display: 'Manrope', 'Inter', -apple-system, BlinkMacSystemFont, system-ui, 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-ui:      'Inter', -apple-system, BlinkMacSystemFont, system-ui, 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-code:    'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
}
