Design Language
A contract layer for the agentic web — and a design system built to communicate it. Every token, component, and decision is grounded in the concept of the holon: whole in itself, part of something greater.
Token Reference
All tokens defined in theme.json and bridged via index.css.
| Token | CSS var | Value | Tailwind class |
|---|---|---|---|
| Backgrounds | |||
| background | --background | n/a | bg-background |
| card | --card | n/a | bg-card |
| elevated | --elevated | n/a | bg-elevated |
| Text | |||
| foreground | --foreground | n/a | text-foreground |
| muted-foreground | --muted-foreground | n/a | text-muted-foreground |
| Brand | |||
| primary | --primary | n/a | bg-primary / text-primary |
| primary-foreground | --primary-foreground | n/a | text-primary-foreground |
| Accent | |||
| accent | --accent | n/a | bg-accent / text-accent |
| Border | |||
| border | --border | n/a | border-border |
| border-strong | --border-strong | n/a | border-border-strong |
| Feedback | |||
| destructive | --destructive | n/a | bg-destructive |
| success | --success | n/a | bg-success |
| warning | --warning | n/a | bg-warning |
| info | --info | n/a | bg-info |
| Typography | |||
| font-primary | --theme-font-primary | n/a | font-primary |
| font-display | --theme-font-display | n/a | font-display |
| font-mono | --theme-font-mono | n/a | font-mono |
Color System
Labradorite brand ramp + semantic layer. Dark-first. Every stop has a role.
Typography
Three typefaces, three voices. Built on contrast.
Spacing & Radius
Radius scale is deliberate — corners communicate hierarchy.
Mark & Logo
The mark is a holon: a nucleus held inside a ring. Two circles, one concept.
Badge
Status, versioning, feature flags. Small but precise.
Input
Form elements. Precision over decoration.
Must follow semver (e.g. 1.4.0)
Card
The primary container primitive. Three elevation levels.
not weeks.
Code Block
Developer-first. Syntax highlighting uses brand ramp stops only.
import { defineConfig } from 'olonjs'
export default defineConfig({
tenants: [{
slug: 'olon-ds'
}]
}