Works — Brand Guide v2.0 (internal)
Editorial, Swiss-modernist, scientific. Restraint as expression. This page mirrors the canonical brand repo (MetaBiotics-LLC/works-brand-v2) and the live storefront styling. Source of truth is the repo; this is the on-site quick reference.
Logo
The WORKS wordmark is the primary mark. Black on light surfaces; white on Slate. The Slate-tint wordmark is for slate-led editorial contexts only — never the default.


Rules
Do — keep clear space, use approved files, prefer the wordmark. Don't — add shadows to the mark, recolor it, stretch it, or set “Works” as live text (the wordmark is a custom one-off in Archivo Expanded, rendered from vector only).
Color
Primary palette
Surfaces
Utility — chart only
Never introduce mauve, blush, pink, lavender, or any cosmetic-adjacent accent. The palette is the palette — no new colors without CPO sign-off.
Typography
IBM Plex Sans sets everything in running text — display, headings, body, UI. IBM Plex Mono is for eyebrows, labels, and metadata only — never body. No third typeface in running text.
Voice & tone
Claims are cited and supported. Never unsupported.
Say only what we can claim today. No hype, no overpromise.
Clear language over jargon. Restraint as commitment.
Human and calm — never cold, never warm/golden in color.
Interface rules
Square-by-default editorial system: small radii (2–8px). No shadows on cards, buttons, headers, or inputs — shadows are reserved for floating UI (tooltips, dropdowns, modals) only. Calm motion, no bounce or overshoot.
CSS tokens
Copy these into any Works surface. Full system: link design_system/styles.css from the brand repo.
:root{
--slate-blue:#2F4A63; --slate-dark:#1A2A3A; --slate-light:#8297AB;
--black:#000; --paper:#FBFBFB; --soft-grey:#F4F5F6; --cool-light:#F7F9FA;
--iron-rust:#B23A48; /* chart/alarm only */
--font-sans:"IBM Plex Sans",system-ui,sans-serif;
--font-mono:"IBM Plex Mono",ui-monospace,monospace;
--r-md:4px; /* square-by-default */
}
Canonical source: github.com/MetaBiotics-LLC/works-brand-v2 (Brand Guide v2.0 + Design System v2). Owner: Chief Product Officer. This on-site page is an internal quick reference and mirrors the live storefront theme — if the repo changes, re-sync here.