:root{
  --font-display:'Cormorant Garamond', Georgia, serif;   /* headlines, key statements */
  --font-label:'Bebas Neue', 'Arial Narrow', sans-serif;   /* labels, subheads, buttons */
  --font-body:'Libre Caslon Text', Georgia, serif;         /* body copy */

  --tracking-label:0.1em;      /* +10% tracking per guidelines */
  --tracking-display:-0.03em;  /* -3% tracking on large headlines */

  --text-display-xl:5rem;
  --text-display-lg:3.5rem;
  --text-display-md:2.5rem;
  --text-headline-sm:1.375rem;
  --text-body-lg:1.25rem;
  --text-body-md:1.0625rem;
  --text-body-sm:0.9375rem;
  --text-label:0.8125rem;
  --text-button:0.9375rem;

  --lh-display:1.05; /* @kind other */
  --lh-headline:1.2; /* @kind other */
  --lh-body:1.6; /* @kind other */
}
h1,h2,h3,.font-display{font-family:var(--font-display);letter-spacing:var(--tracking-display);font-weight:700;line-height:var(--lh-display);}
.font-label,.eyebrow,button,.button{font-family:var(--font-label);letter-spacing:var(--tracking-label);text-transform:uppercase;}
body,p,.font-body{font-family:var(--font-body);line-height:var(--lh-body);}
