/* ============================================================
   PROJETS IMMOBILIERS — Typography tokens
   Display: Cormorant Garamond (high-contrast serif, large sizes)
   UI/body: Manrope (humanist geometric sans)
   Eyebrows/labels: Manrope, uppercase, letter-spaced.
   ============================================================ */
:root {
  --font-display: 'Cormorant Garamond', 'Hoefler Text', Georgia, 'Times New Roman', serif;
  --font-sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: ui-monospace, 'SF Mono', 'Menlo', monospace;

  /* Weights */
  --fw-light: 300; /* @kind other */
  --fw-regular: 400; /* @kind other */
  --fw-medium: 500; /* @kind other */
  --fw-semibold: 600; /* @kind other */
  --fw-bold: 700; /* @kind other */
  --fw-extrabold: 800; /* @kind other */

  /* Type scale (rem on 16px root) ------------------------------ */
  --text-2xs: 0.6875rem;  /* 11px — micro labels */
  --text-xs:  0.75rem;    /* 12px */
  --text-sm:  0.875rem;   /* 14px */
  --text-base:1rem;       /* 16px — body */
  --text-md:  1.125rem;   /* 18px — lead body */
  --text-lg:  1.375rem;   /* 22px */
  --text-xl:  1.75rem;    /* 28px */
  --text-2xl: 2.25rem;    /* 36px */
  --text-3xl: 3rem;       /* 48px */
  --text-4xl: 4rem;       /* 64px */
  --text-5xl: 5.25rem;    /* 84px — hero display */

  /* Fluid display sizes (serif headlines) ---------------------- */
  --display-sm: clamp(1.75rem, 1.2rem + 2.4vw, 2.5rem); /* @kind other */
  --display-md: clamp(2.25rem, 1.4rem + 3.6vw, 3.5rem); /* @kind other */
  --display-lg: clamp(2.75rem, 1.4rem + 5.4vw, 4.75rem); /* @kind other */
  --display-xl: clamp(3.25rem, 1.2rem + 8vw, 6rem); /* @kind other */

  /* Line heights */
  --leading-none: 1; /* @kind other */
  --leading-tight: 1.08; /* @kind other */
  --leading-snug: 1.25; /* @kind other */
  --leading-normal: 1.55; /* @kind other */
  --leading-relaxed: 1.7; /* @kind other */

  /* Letter spacing */
  --tracking-tighter: -0.02em; /* @kind other */
  --tracking-tight: -0.01em; /* @kind other */
  --tracking-normal: 0; /* @kind other */
  --tracking-wide: 0.04em; /* @kind other */
  --tracking-wider: 0.08em; /* @kind other */
  --tracking-eyebrow: 0.18em; /* @kind other */
}
