HomeTypography
Preview
css
Aa
Aa
Aa
Aa
Aa
Aa
Code
css
:root {
  --text-xs:   0.75rem;  /* 12px */
  --text-sm:   0.875rem; /* 14px */
  --text-base: 1rem;     /* 16px */
  --text-lg:   1.125rem; /* 18px */
  --text-xl:   1.25rem;  /* 20px */
  --text-2xl:  1.5rem;   /* 24px */
  --text-3xl:  1.875rem; /* 30px */
  --text-4xl:  2.25rem;  /* 36px */
  --text-5xl:  3rem;     /* 48px */
  --text-6xl:  4rem;     /* 64px */

  /* Line heights */
  --leading-tight:  1.25;
  --leading-normal: 1.5;
  --leading-relaxed: 1.75;
}
Related Blocks
css
Display Hierarchy
Complete style definitions for H1–H6, paragraphs, and captions.
css
Font Pair — Serif + Sans
Editorial heading + clean body font pairing.
css
Letter Spacing System
Letter-spacing tokens - tight, normal, wide, wider.