/* Power Commerce typography tokens */
:root {
  --font-display: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;

  /* Scale */
  --text-hero: 64px;        /* home hero */
  --text-h1: 48px;
  --text-h2: 40px;
  --text-h3: 24px;
  --text-h4: 18px;
  --text-body-lg: 18px;
  --text-body: 16px;
  --text-small: 14px;
  --text-label: 12px;       /* uppercase eyebrows */

  /* Line heights */
  --leading-tight: 1.05;
  --leading-heading: 1.15;
  --leading-body: 1.6;

  /* Weights */
  --weight-heading: 700;
  --weight-medium: 500;
  --weight-body: 400;

  /* Letter spacing */
  --tracking-heading: -0.02em;
  --tracking-label: 0.12em;
}
