:root{
  --font-display:"Playfair Display","Sirca","Times New Roman",serif;
  --font-text:"Instrument Sans","Soehne Buch","Söhne","Helvetica Neue",Arial,sans-serif;

  /* Display scale — always the serif, always Title Case, tight leading */
  --display-hero-size:43px;      --display-hero-lh:51px;
  --display-statement-size:52px; --display-statement-lh:62px;
  --display-section-size:60px;   --display-section-lh:72px;
  --display-sub-size:38px;       --display-sub-lh:44px;
  --display-card-size:30px;      --display-card-lh:36px;
  --display-wordmark-size:96px;  --display-wordmark-lh:0.9; /* @kind other */

  /* Text scale — always the grotesque */
  --text-lead-size:22px;  --text-lead-lh:30px;
  --text-body-size:17px;  --text-body-lh:21px;
  --text-small-size:15px; --text-small-lh:20px;
  --text-label-size:12px; --text-label-lh:16px;

  --weight-display:400;
  --weight-display-strong:700;
  --weight-text:400;
  --weight-text-strong:600;

  --tracking-display:-0.01em;
  --tracking-text:0em;
  --tracking-label:0.06em;
}
