/* Hotel Praha — Typography tokens */
:root {
  /* Families */
  --font-display: 'Cormorant Garamond', 'Georgia', serif;
  --font-body: 'Mulish', -apple-system, 'Segoe UI', system-ui, sans-serif;

  /* Display / heading scale (serif) */
  --text-hero:    clamp(3rem, 6vw, 5.25rem);   /* H1 hero */
  --text-h1:      clamp(2.4rem, 4vw, 3.5rem);
  --text-h2:      clamp(1.9rem, 3vw, 2.6rem);
  --text-h3:      1.6rem;
  --text-h4:      1.3rem;

  /* Body scale (sans) */
  --text-lead:    1.25rem;   /* subtitles / lead paragraphs */
  --text-base:    1rem;      /* 16px body */
  --text-sm:      0.875rem;
  --text-xs:      0.75rem;
  --text-eyebrow: 0.8125rem; /* uppercase tracked labels */

  /* Weights */
  --fw-light: 300; /* @kind font */
  --fw-regular: 400; /* @kind font */
  --fw-medium: 500; /* @kind font */
  --fw-semibold: 600; /* @kind font */
  --fw-bold: 700; /* @kind font */
  --fw-display: 600; /* @kind font */

  /* Line heights */
  --lh-tight: 1.08; /* @kind font */
  --lh-snug: 1.25; /* @kind font */
  --lh-normal: 1.5; /* @kind font */
  --lh-relaxed: 1.7; /* @kind font */

  /* Letter spacing */
  --ls-tight: -0.02em; /* @kind font */
  --ls-normal: 0; /* @kind font */
  --ls-wide: 0.04em; /* @kind font */
  --ls-eyebrow: 0.18em; /* @kind font */
}
