:root{
--font-display:"Instrument Serif",Georgia,"Times New Roman",serif;
--font-sans:"IBM Plex Sans","Helvetica Neue",Arial,sans-serif;
--font-mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
--font-ui:var(--font-sans);
--font-numeric:var(--font-mono);

--fs-display-xl:56px;--lh-display-xl:1.02; /* @kind other */
--fs-display-l:40px;--lh-display-l:1.06; /* @kind other */
--fs-display-m:32px;--lh-display-m:1.12; /* @kind other */
--fs-heading-l:24px;--lh-heading-l:1.2; /* @kind other */
--fs-heading-m:20px;--lh-heading-m:1.25; /* @kind other */
--fs-heading-s:17px;--lh-heading-s:1.3; /* @kind other */
--fs-body-l:16px;--lh-body-l:1.55; /* @kind other */
--fs-body-m:14px;--lh-body-m:1.5; /* @kind other */
--fs-body-s:13px;--lh-body-s:1.45; /* @kind other */
--fs-caption:12px;--lh-caption:1.35; /* @kind other */
--fs-micro:11px;--lh-micro:1.3; /* @kind other */

--fw-regular:400; /* @kind other */--fw-medium:500; /* @kind other */--fw-semibold:600; /* @kind other */--fw-bold:700; /* @kind other */

--tracking-display:-0.015em; /* @kind other */
--tracking-tight:-0.008em; /* @kind other */
--tracking-normal:0em; /* @kind other */
--tracking-label:0.02em; /* @kind other */
--tracking-eyebrow:0.14em; /* @kind other */

/* semantic type roles */
--type-page-title:var(--fw-regular) var(--fs-display-m)/var(--lh-display-m) var(--font-display);
--type-section-title:var(--fw-semibold) var(--fs-heading-m)/var(--lh-heading-m) var(--font-sans);
--type-card-title:var(--fw-semibold) var(--fs-heading-s)/var(--lh-heading-s) var(--font-sans);
--type-body:var(--fw-regular) var(--fs-body-m)/var(--lh-body-m) var(--font-sans);
--type-label:var(--fw-medium) var(--fs-body-s)/var(--lh-body-s) var(--font-sans);
--type-eyebrow:var(--fw-semibold) var(--fs-micro)/var(--lh-micro) var(--font-sans);
--type-metric:var(--fw-medium) var(--fs-display-m)/var(--lh-display-m) var(--font-mono);
--type-tabular:var(--fw-regular) var(--fs-body-s)/var(--lh-body-s) var(--font-mono);
}
