03 — BRAND
The brand, as it exists in the code
This page renders from the token file itself, not from values typed in by hand. Change a colour in the code and it changes here — and nowhere else does.
01 — Colour
Roles, not swatches. Every value is read straight from the token file, so this page cannot show a colour the code does not use.
02 — Lines
- --borderrgb(255 255 255 / 0.09)
- The hairline. The primary separator in the whole system — depth comes from hairlines, not shadows.
- --inputrgb(255 255 255 / 0.37)
- The boundary of a form control, so WCAG 1.4.11 applies and the floor is 3:1. Measured 3.37:1. It is NOT the decorative hairline; it used to share --border's 0.09 alpha and every field edge was effectively invisible (1.32:1).
- --ring#5e9eff
- Focus ring. The accent, so focus is never invisible.
03 — Retired
- --ember#f2653f2026-08-03
A warm orange accent inherited from the external Datacode export. DESIGN.md says 'No second accent', so ember is retired rather than demoted. brand.test.ts asserts it appears zero times in apps/agent-site/src and apps/marketing/src.
04 — Type
Three families, three jobs. Anything tabular or machine-ish is mono.
NORD doet het werk
Headlines and the wordmark. Thin grotesk with negative tracking.
NORD doet het werk
Body, UI, everything not a headline and not data. NOT Inter.
0123456789 · €12,40 · 2026-08-04 · a461dbd
Anything tabular or machine-ish: costs, token counts, ids, timestamps, model names, commit shas, section eyebrows.
NORD doet het werk
Legacy warm/editorial themes only. Not part of the noir identity.
05 — Space
--radius: 0.5remrounded-full is reserved for avatars and status dots. A pill-shaped button is a slop signal and scripts/design-lint.mjs rule R4 fails on it.
06 — Motion
150ms · cubic-bezier(0.16, 1, 0.3, 1)- Hover shifts border or opacity, never transform.
- One orchestrated entrance per page, not per element.
- reducedMotion="user" is mandatory on every MotionConfig.
07 — Mark
NORD has no logo mark. The wordmark is the identity. There is deliberately no placeholder mark here.
NORD
08 — The written version
This page shows the values. The identity — what NORD is, how it sounds, what is forbidden — lives in docs/BRANDBOOK.md.
docs/BRANDBOOK.md · DESIGN.md · packages/design-tokens/tokens.json