/* Virtuoso — Typography
   Two voices: Bandit (condensed display, UPPERCASE, generous tracking) and
   Awesome Serif (tall editorial serif; the italic is the "sexy" of the house). */
:root{
  /* Families */
  --font-display:'Bandit','Bebas Neue',Oswald,'Arial Narrow',sans-serif;
  --font-display-compressed:'Bandit Compressed','Bandit',Oswald,sans-serif;
  --font-serif:'Awesome Serif',Georgia,'Times New Roman',serif;
  --font-body:'Awesome Serif',Georgia,serif;

  /* 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 */

  /* Display / label (Bandit) — always uppercase, tracked out */
  --tracking-label:.24em;   /* @kind font */
  --tracking-nav:.2em;      /* @kind font */
  --tracking-title:.04em;   /* @kind font */

  /* Type scale (px) — editorial rhythm */
  --fs-eyebrow:14px;        /* Bandit uppercase eyebrow */
  --fs-label:12px;          /* Bandit small label / caption */
  --fs-body-sm:15px;
  --fs-body:17px;
  --fs-body-lg:19px;
  --fs-lead:26px;           /* italic lead / pull sentence */
  --fs-h3:34px;
  --fs-h2:48px;
  --fs-h1:60px;
  --fs-display:150px;       /* specimen / hero letterform */

  /* Line heights */
  --lh-tight:1.08;    /* @kind font */
  --lh-title:1.14;    /* @kind font */
  --lh-snug:1.5;      /* @kind font */
  --lh-body:1.6;      /* @kind font */
}
