:root {
  --font-script: "Italianno", cursive;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Jost", "Helvetica Neue", sans-serif;

  /* Display — the names, and nothing else */
  --type-names-size: 76px;
  --type-names-line: 1;
  --type-names-weight: 400;

  /* Venue: sans caps, wide */
  --type-venue-size: 13px;
  --type-venue-weight: 300;
  --type-venue-track: 0.26em;

  /* Eyebrow: the quietest line on the card */
  --type-eyebrow-size: 11px;
  --type-eyebrow-weight: 200;
  --type-eyebrow-track: 0.46em;

  /* Micro caps: country, RSVP labels, table numbers */
  --type-micro-size: 10.5px;
  --type-micro-weight: 200;
  --type-micro-track: 0.34em;

  /* Date / notes: serif italic, the only italic in the system */
  --type-note-size: 18px;
  --type-note-weight: 300;
  --type-note-style: italic;

  /* Serif caps, used on light stock where sans feels too modern */
  --type-serifcaps-size: 19px;
  --type-serifcaps-track: 0.15em;
}
