/* Endlich Tiny House — Typografie
   Fraunces (Serif-Display) · Inter (Fließtext) · Space Mono (Zahlen/Eyebrows) */
:root{
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Inter', -apple-system, sans-serif;
  --font-mono: 'Space Mono', 'Courier New', monospace;

  /* Überschriften: Fraunces, IMMER weight 500 (Landing-H1 bis 700 möglich, Standard 500) */
  --h1-size: clamp(28px, 4vw, 48px);
  --h1-line: 1.15; /* @kind other */
  --h2-size: clamp(24px, 3vw, 32px);
  --h3-size: 19px;
  --heading-weight: 500;

  /* Fließtext: Inter */
  --body-size: 15.5px;
  --body-line: 1.65; /* @kind other */
  --small-size: 14.5px;
  --hint-size: 12.5px;

  /* Eyebrow: Space Mono, uppercase, gesperrt */
  --eyebrow-size: 12px;
  --eyebrow-tracking: 0.13em;
  --eyebrow-weight: 700;

  /* Zahlen/Preise: Space Mono bold */
  --num-size-lg: 26px;
  --num-size-xl: 34px;
}
