/* MAD Design System - Typography Tokens (Figma Exact Typography) */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400..700;1,9..144,400..700&family=Outfit:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --font-display: 'Recoleta', 'Fraunces', 'DM Serif Display', Georgia, serif;
  --font-body: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'Inter', sans-serif;

  --fs-hero: 66.7px;
  --fs-h1: 50px;
  --fs-h2: 41.7px;
  --fs-body: 24px;
  --fs-caption: 16px;

  --lh-tight: 1.1;
  --lh-snug: 1.25;
  --lh-normal: 1.45;

  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
}
