/* TMX Website / Landing Page — typography tokens */
:root {
  --font: "Geist", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace; /* @kind font */

  /* type scale — size / line-height / weight / tracking */
  --t-display-size: 56px;  --t-display-lh: 1.04; /* @kind other */ --t-display-track: -0.025em; /* @kind other */
  --t-h1-size: 40px;       --t-h1-lh: 1.10; /* @kind other */     --t-h1-track: -0.022em; /* @kind other */
  --t-h2-size: 32px;       --t-h2-lh: 1.14; /* @kind other */     --t-h2-track: -0.02em; /* @kind other */
  --t-h3-size: 24px;       --t-h3-lh: 1.25; /* @kind other */     --t-h3-track: -0.015em; /* @kind other */
  --t-h4-size: 19px;       --t-h4-lh: 1.35; /* @kind other */
  --t-bodyl-size: 18px;    --t-bodyl-lh: 1.6; /* @kind other */
  --t-body-size: 16px;     --t-body-lh: 1.6; /* @kind other */
  --t-small-size: 14px;    --t-small-lh: 1.55; /* @kind other */
  --t-eyebrow-size: 12px;  --t-eyebrow-track: 0.09em; /* @kind other */

  --w-heading: 600; /* @kind other */       /* all headline levels */
  --w-body: 400; /* @kind other */
}
