/* Rachel Studio — type.
   The five ROLES and the whole scale are studio-invariant — they are the house rhythm.
   Which FACE fills each role is the estate's decision (see estates/README.md). */
:root{
  --font-display:var(--skin-font-display,'Bodoni Moda','Playfair Display',Georgia,serif);
  --font-display-alt:var(--skin-font-display-alt,'Libre Caslon Display',Georgia,serif);
  --font-eyebrow:var(--skin-font-eyebrow,'Cinzel',Georgia,serif);
  --font-numeral:var(--skin-font-numeral,'Cinzel Decorative','Cinzel',Georgia,serif);
  --font-body:var(--skin-font-body,'Cormorant Garamond',Georgia,serif);
  --font-label:var(--skin-font-label,'Instrument Sans',system-ui,sans-serif);
  --font-script:var(--skin-font-script,'Mr De Haviland','Pinyon Script',cursive);
  --font-wordmark:var(--skin-font-wordmark,'Edwardian','Mr De Haviland',cursive);

  /* --- scale: STUDIO-INVARIANT. Do not override per estate. --- */
  --type-chapter:clamp(2.6rem,6vw,5rem);
  --type-statement:clamp(1.5rem,2.6vw,2.4rem);
  --type-pull:clamp(1.35rem,2.3vw,2rem);
  --type-pull-quiet:clamp(1.15rem,1.55vw,1.4rem);
  --type-room:clamp(3rem,7vw,6.4rem);
  --type-numeral:clamp(2.2rem,3.7vw,3.5rem);
  --type-body-lead:clamp(1.28rem,1.9vw,1.58rem);
  --type-body:clamp(1.05rem,1.32vw,1.22rem);
  --type-body-small:clamp(1rem,1.22vw,1.16rem);
  --type-eyebrow:.68rem;
  --type-eyebrow-lg:clamp(.7rem,.9vw,.82rem);
  --type-caption:.64rem;
  --type-nav:.62rem;
  --type-stat-label:.6rem;

  /* --- tracking: STUDIO-INVARIANT. The engraved look lives here. --- */
  --track-eyebrow:.42em;
  --track-numeral-label:.34em;
  --track-address:.34em;
  --track-caption:.3em;
  --track-label:.24em;
  --track-display:.005em;

  /* --- leading: STUDIO-INVARIANT --- */
  --leading-display:1.03;
  --leading-statement:1.35;
  --leading-pull:1.4;
  --leading-body:1.74;
  --leading-caption:1.6;
}
