Style Guide · v1.0 · 2024

A midnight blueprint
drawn in light.

Phantom Digital's visual identity is a technical, precise, and quietly luminous system — designed around a near-black canvas with cool blue-gray typography and a single electric iris violet accent.

Colors
13
Token palette
Type Scale
8
Typographic roles
Spacing
4px
Base unit
Max Width
1200px
Page container
§ 02 — Palette

Color Tokens

A restrained, monochromatic system anchored on Midnight Ink. The single violet accent — Electric Iris — carries every primary call to action.

Primary Surfaces & Accents
Midnight Ink
#05060f
Graphite Plate
#2f343e
Electric Iris
#663af3
Glacier
#d8ecf8
Text & Typography
Fog
#81899b
Pebble
#9da7ba
Moonlight
#c7d3ea
Ice
#d1e4fa
Glacier
#d8ecf8
Frost Link
#b6d9fc
Secondary Accents — Never Primary CTA
Ember
#e46d4c · Warm secondary
Azure
#027dea · Blue support
Cipher Mint
#269684 · Teal support
§ 03 — Typography

Type System

Three families govern hierarchy: Aeonik Pro for display, Untitled Sans for body, and Dot Digital for structural labels.

Display
Aeonik Pro
Hero & section headlines
Ag
Workhorse
Untitled Sans
Body copy, captions, small text
Ag
Label
Dot Digital
Structural eyebrow labels
Ag
Type Scale Reference
Display 48px
48px · 1.14 · normal
Heading 28px
28px · 1.17 · normal
Heading Small 24px
24px · 1.2 · -0.01px
Subheading 18px
18px · 1.33 · -0.01px
Body 16px — The quick brown fox jumps over the luminous wireframe.
16px · 1.5
Body Small 14px — Designed around a near-black canvas with cool blue-gray typography.
14px · 1.43
Caption 12px — Quietly luminous user interface drawn in light on dark glass.
12px · 1.5
Label · Eyebrow
15px · 1.2 · 0.1em
Regular
Aa
400
Medium
Aa
500
Semi-bold
Aa
600
Bold
Aa
700
§ 04 — Components

UI Components

Interactive elements use a 2px radius. Informational surfaces use 10–16px. Only Electric Iris appears on primary calls to action.

Buttons
Radius: 2px · Weight: 600 · Padding: 12px 20px
Badges & Pills
Iris Mint Azure Ember Neutral
Active Pending Locked
Badge: 6px · Pill: 999px · Caption weight: 500
Form Inputs
Surface Cards
Iris Surface
Gradient tinted accent card

For highlighting featured or interactive content blocks.

Graphite Card
Standard matte panel

Default elevated surface with inset hairline.

Spacing & Layout
Base Unit
4px
Foundation multiplier
Card Padding
24px
Interior content gap
Section Gap
120px
Vertical rhythm
Max Width
1200px
Page container
Border Radius
2px
Buttons / Inputs
6px
Badges
10px
Cards (sm)
16px
Cards (lg)
999px
Pills
§ 05 — Elevation

Shadows & Glows

Depth is conveyed through soft blue glows and inset hairlines — never drop shadows. Elevation reads as light, not as weight.

Shadow SM
Subtle Glow
rgba(186,207,247,0.32)
0 0 6px 0
Shadow MD
Soft Ambient Glow
rgba(238,186,247,0.24)
0 0 12px 0
Inset Hairline
Surface Definition
rgba(186,215,247,0.12)
inset 0 0 0 1px
CSS Variables Reference
:root {
  /* Colors */
  --color-midnight-ink: #05060f;
  --color-graphite-plate: #2f343e;
  --color-steel-border: #3f4959;
  --color-fog: #81899b;
  --color-pebble: #9da7ba;
  --color-moonlight: #c7d3ea;
  --color-ice: #d1e4fa;
  --color-glacier: #d8ecf8;
  --color-frost-link: #b6d9fc;
  --color-electric-iris: #663af3;
  --color-ember: #e46d4c;
  --color-azure: #027dea;
  --color-cipher-mint: #269684;

  /* Typography */
  --font-untitled-sans: 'Untitled Sans', sans-serif;
  --font-aeonikpro: 'Aeonik Pro', sans-serif;
  --font-dotdigital: 'Dot Digital', monospace;

  /* Spacing */
  --spacing-unit: 4px;
  --spacing-120: 120px;

  /* Radius */
  --radius-sm: 2px;
  --radius-md: 6px;
  --radius-lg: 10px;
  --radius-2xl: 16px;
  --radius-full: 999px;

  /* Shadows */
  --shadow-sm: rgba(186, 207, 247, 0.32) 0 0 6px 0;
  --shadow-md: rgba(238, 186, 247, 0.24) 0 0 12px 0;
  --shadow-subtle: rgba(186, 215, 247, 0.12) 0 0 0 1px inset;
}
§ 06 — Guidelines

Usage Principles

Saturated Restraint

Use only Electric Iris as the primary accent. Ember, Azure, and Cipher Mint serve as secondary accents but never for primary CTAs.

Typographic Discipline

Display font for headers above 28px. Workhorse font for body and caption. Label font reserved for structural eyebrows only.

Consistent Geometry

Apply border radius and shadows uniformly. Interactive elements at 2px, informational surfaces at 10–16px. No drop shadows — only glows.

Centered Rhythm

Layout remains centered, clean, and vertically rhythmic with a 1200px max width and 120px section gaps.

Action completed