Typography

Primary typefaces

Role Font Weights Source
Brand body IBM Plex Mono 400, 500 Google Fonts
Brand headings Inter 400, 600 System / Google Fonts

IBM Plex Mono

Used for all brand body copy, code snippets, and marketing text. The monospace aesthetic reinforces the technical, developer-focused identity.

font-family: "IBM Plex Mono", monospace;
font-weight: 400;
letter-spacing: -0.025em;

Inter

Used for the wordmark logotype and UI labels where a clean, modern sans-serif is needed.

font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-weight: 600;
letter-spacing: -0.02em;

Type scale

Element Size Weight Color
H1 2.5rem 600 white
H2 1.5rem 600 white
Body 1.0625rem 400 text
Caption 0.875rem 400 text-muted

Usage rules