Identity
Brand & Design System
The visual language of Court of Dans — minimal, white, and Mexico-football-inspired. Every token here lives in one place (src/app/globals.css) and drives the whole site, including this page.
Logo
The Wordmark
- · Set in Bebas Neue — tall, condensed, kit-style.
- · “OF” carries the red accent on light backgrounds.
- · Give the mark room — clear space ≥ the cap height.
- · Never stretch, skew, or add effects to the wordmark.
Color
Palette
Paper
--color-paper
Page background
Mist
--color-mist
Raised surfaces
Line
--color-line
Hairline borders
Ink
--color-ink
Primary text
Ink Dim
--color-ink-dim
Secondary text
Green
--color-green
Primary · El Tri
Green Soft
--color-green-soft
Hover / highlight
Red
--color-red
Secondary accent
Typography
Type Scale
Bebas Neuefor display & headings (condensed, kit-style). Interfor body & UI (clean, modern, legible).
Components
Buttons & Surfaces
Built from the .btn-primary, .btn-ghost, .btn-sm, and .surface classes in globals.css — use these instead of ad-hoc styling so the system stays consistent.
Voice
Tone of Voice
We sound like
- · Bold, direct, a little defiant.
- · Short, declarative, built to be shouted.
- · Confident — never apologetic.
We avoid
- · Corporate, hype-y marketing speak.
- · Emoji and exclamation spam.
- · Clutter — keep it minimal.
For Devs
Tweaking the System
- 1. Edit tokens in
src/app/globals.css(the@themeblock). - 2. Edit content in
src/app/data.ts(releases, shows, merch, members, socials). - 3. Compose pages from the shared primitives in
src/app/components.