/* Manuel typefaces.
   Outfit = primary UI + display face. Inter = secondary / data face.
   NOTE: the source .fig ships no font binaries, so these load from Google Fonts
   (CDN). Swap in self-hosted @font-face rules if you need offline/production use. */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');
