/* ============================================================
   Supa Resume — Webfonts
   Outfit        → display / headings / name / section titles
   DM Sans       → body copy, labels, metadata
   Be Vietnam Pro → badges & small accent labels
   Fonts loaded from Google Fonts (the .fig specifies these three
   exact families). Swap for self-hosted .woff2 if shipping to prod.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=DM+Sans:wght@400;500;700&family=Be+Vietnam+Pro:wght@400;500;600&display=swap');

:root {
  --font-display: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-accent: 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
