/* Every Good Idea — type tokens */

:root {
  --font-body: "Archivo", -apple-system, "Helvetica Neue", Arial, sans-serif;
  /* Playfair Display — bold (800) for titles/big headings only; italic reserved for emphasis within them. */
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-serif-weight: 800;

  /* sizes — fluid-ish scale for a marketing/editorial B2B site */
  --text-display: 72px;
  --text-h1: 56px;
  --text-h2: 40px;
  --text-h3: 28px;
  --text-h4: 22px;
  --text-body-lg: 19px;
  --text-body: 17px;
  --text-body-sm: 15px;
  --text-caption: 13px;

  --leading-tight: 1.05;
  --leading-snug: 1.2;
  --leading-normal: 1.45;
  --leading-relaxed: 1.6;

  --tracking-tight: -0.01em;
  --tracking-normal: 0;
  --tracking-wide: 0.04em;

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
}
