/*
 * Delsenter design system token file: typography.css
 *
 * SOURCE: design_handoff_delsenter_woocommerce/design-system/tokens/typography.css
 * COPIED VERBATIM — DO NOT EDIT THIS FILE.
 * Fixes and additions go upstream to the design system, then get re-copied here.
 */
:root{
  --text-2xs:11px;
  --text-xs:12px;
  --text-sm:14px;
  --text-base:16px;
  --text-lg:18px;
  --text-xl:21px;
  --text-2xl:25px;
  --text-3xl:31px;
  --text-4xl:39px;
  --text-5xl:48px;
  --text-6xl:60px;

  --leading-tight:1.15;
  --leading-snug:1.3;
  --leading-normal:1.5;
  --leading-relaxed:1.65;

  --weight-extralight:200;
  --weight-light:300;
  --weight-regular:400;
  --weight-medium:500;
  --weight-semibold:600;

  --tracking-tight:-0.02em;
  --tracking-snug:-0.01em;
  --tracking-normal:0;
  --tracking-wide:0.04em;
  --tracking-caps:0.12em;

  /* Composite roles */
  --type-display:var(--weight-extralight) var(--text-5xl)/var(--leading-tight) var(--font-display);
  --type-h1:var(--weight-light) var(--text-4xl)/var(--leading-tight) var(--font-display);
  --type-h2:var(--weight-light) var(--text-3xl)/var(--leading-snug) var(--font-display);
  --type-h3:var(--weight-regular) var(--text-xl)/var(--leading-snug) var(--font-display);
  --type-h4:var(--weight-medium) var(--text-base)/var(--leading-snug) var(--font-display);
  --type-body:var(--weight-light) var(--text-base)/var(--leading-relaxed) var(--font-body);
  --type-body-strong:var(--weight-medium) var(--text-base)/var(--leading-normal) var(--font-body);
  --type-small:var(--weight-light) var(--text-sm)/var(--leading-normal) var(--font-body);
  --type-caption:var(--weight-regular) var(--text-xs)/var(--leading-normal) var(--font-body);
  --type-eyebrow:var(--weight-medium) var(--text-2xs)/1.2 var(--font-body);
  --type-price:var(--weight-medium) var(--text-lg)/1.2 var(--font-display);
  --type-mono:var(--weight-regular) var(--text-xs)/1.4 var(--font-mono);
}
