:root{
  --font-sans:"Manrope","Inter",Arial,Helvetica,sans-serif;
  --font-display:"Manrope","Inter",Arial,Helvetica,sans-serif;
  --font-body:"Inter","Manrope",Arial,Helvetica,sans-serif;
  --font-mono:"Courier New",monospace;
  --font-serif:Georgia,serif;

  --weight-regular:400;
  --weight-medium:500;
  --weight-semibold:600;
  --weight-bold:700;
  --weight-extrabold:800;

  /* Brand board type ramp: size / line-height */
  --text-h1-size:48px;   --text-h1-line:56px;   --text-h1-weight:800;
  --text-h2-size:32px;   --text-h2-line:40px;   --text-h2-weight:700;
  --text-h3-size:20px;   --text-h3-line:28px;   --text-h3-weight:600;
  --text-body-size:16px; --text-body-line:24px; --text-body-weight:400;
  --text-small-size:14px;--text-small-line:20px;
  --text-caption-size:12px;--text-caption-line:16px;--text-caption-weight:500;

  --letter-spacing:0.01em;
  --tracking-tight:-0.02em;
  --tracking-normal:0;
  --tracking-eyebrow:0.14em;
}
