/* Anatomedic uses Manrope as its single brand typeface.
   Loaded from Google Fonts (see readme.md — original brand supplied no font
   binaries, so this is the canonical source for Manrope). */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --font-sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-display: 'Manrope', system-ui, -apple-system, sans-serif;
}
