Skip to content

PUBLIC REFERENCE

Refero

Editorial ink on white marble — a typographer's product page where the serif headline IS the brand, and everything else stays out of its way.

Refero captured reference
DESIGN.md tokens.json Tailwind v4 detail JSON

Colors

Pure Canvas #ffffff

Primary page background, modal/dialog background

Frost Surface #f7f8fb

Secondary surface, subtle background containers, nav pill background

Midnight Ink #000000

Neutral form states, badge text, and quiet UI feedback where color should stay understated. Do not promote it to the primary CTA color

Deep Charcoal #13151b

Near-black text for dense UI labels, active nav tab text

Graphite #2d313f

Navigation link text, secondary headings, mid-level labels

Slate #525769

Tertiary text, supporting body copy, muted label text

Ash #777d90

Subdued body text, hairline borders, icon strokes, placeholder text — the dominant mid-gray in this system

Fog #9fa5ba

Light borders, icon outlines, de-emphasized link borders, ghost UI outlines

Modal Veil #0c2970

Inset ring shadow on elevated cards/surfaces — blue-tinted at 7% opacity creates structural definition without neutral gray shadows

Do

  • Use the Title serif at weight 400 for all display headlines (36–64px) with -0.02em tracking — never bold or semi-bold the serif.
  • Fill primary buttons with #000000 background and #f7f8fb text at 9999px radius; this is the only filled color action in the system.
  • Apply border-radius 64px to feature/showcase cards to create the signature pill-card shape — do not use standard 8–16px card radii for these containers.
  • Use rgba(12,41,126,0.07) 0px 0px 0px 1px inset as the shadow token for elevated surfaces — never use outset drop shadows.
  • Keep the palette achromatic for all UI chrome; introduce color only through semantic states (error #a10214, warning #7c4b01, success #02a745) and the structural accent tint rgba(55,80,155,0.04) on card backgrounds.
  • Apply negative letter-spacing to all Base-Variable UI text: -0.026em at 13px scaling to -0.015em at 25px — loose tracking is never correct.
  • Reserve #777d90 for all subdued borders, placeholder text, and partner/supporting iconography — it is the system's workhorse mid-gray.

Don't

  • Never introduce chromatic accent colors (blue, purple, green) as UI button fills or background washes — the system is intentionally achromatic outside semantic states.
  • Never use the Title serif below 36px — it is a display-only typeface; all body and UI text uses Base-Variable.
  • Never apply drop shadows or elevation halos (box-shadow: 0 4px 24px ...) — the only allowed shadow is the inset blue-tinted ring rgba(12,41,126,0.07).
  • Never use a border-radius below 20px for major container panels or modal sheets — the system skews large-radius throughout.
  • Never set Base-Variable at weight 400 or below — minimum weight is 500 to maintain the compact, confident stroke density.
  • Never use #9fa5ba or lighter grays as body text color — they are border and ghost-UI colors only; minimum body text is #777d90.
  • Never stack multiple button styles of the same hierarchy — one black pill + one ghost pill per action group; do not add a third tier.