/* House of Xpression — typography.
   Serif only. Cormorant SC for versal/small-caps settings, Cormorant Garamond for prose.
   Hard rules: no script or ornamental faces; serif italic counts as ornament and is
   FORBIDDEN in signatures and decorative lines; italic is allowed only on single
   emphasised words inside body copy. */
:root {
  --font-display: "Cormorant SC", "Cormorant Garamond", Garamond, "Times New Roman", serif;
  --font-body: "Cormorant Garamond", Garamond, "Times New Roman", serif;
  --font-versal: "Cormorant SC", "Cormorant Garamond", Garamond, serif;

  /* ── Sizes ─────────────────────────────────────── */
  --text-cover: clamp(3.5rem, 9vw, 8.5rem);   /* XPRESSION on a cover */
  --text-display: clamp(2rem, 4.4vw, 3.75rem);
  --text-title: 2.25rem;
  --text-section: 1.625rem;
  --text-lead: 1.375rem;
  --text-base: 1.125rem;
  --text-small: 1rem;
  --text-kicker: 0.6875rem;
  --text-signature: 0.8125rem;
  --text-numeral: 0.9375rem;

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

  /* ── Letterspacing — the brand's primary typographic signal ── */
  --track-cover: 0.16em; /* @kind font */
  --track-display: 0.22em; /* @kind font */
  --track-section: 0.18em; /* @kind font */
  --track-kicker: 0.34em; /* @kind font */
  --track-signature: 0.30em; /* @kind font */
  --track-body: 0.005em; /* @kind font */

  /* ── Line heights ─────────────────────────────── */
  --leading-cover: 0.94; /* @kind font */
  --leading-display: 1.08; /* @kind font */
  --leading-title: 1.2; /* @kind font */
  --leading-body: 1.62; /* @kind font */
  --leading-lead: 1.55; /* @kind font */
}
