Resources / Brand
Brand & design system
Everything you need to mention or co-brand with Surface Studio — logo, color, type, voice, and tokens. Download the kit as a single zip.
Logo
The mark
Three stacked rhombi, top face in the active accent. Six variants, SVG + PNG.
Dark mode
Default — black base shapes, blue tip, on dark background.
Light mode
Black base shapes with blue tip, on light background.
Monochrome white
Single-hue white in three opacities so the three rhombi stay readable as a stack.
Monochrome black
Single-hue ink in three opacities. Use on light surfaces, print, embossing.
Accent blue
Full primary blue — alternative for blue-themed surfaces.
Accent yellow
Secondary brand mark — matches `.theme-secondary` sections.
Wordmark
Mark + name lockups
Mark paired with Surface Studio in Space Grotesk Bold. Horizontal by default; stacked for square placements.
Horizontal — Dark
horizontal layout, dark treatment
Horizontal — Light
horizontal layout, light treatment
Horizontal — Mono
horizontal layout, mono treatment
Stacked — Dark
stacked layout, dark treatment
Stacked — Light
stacked layout, light treatment
Stacked — Mono
stacked layout, mono treatment
Color
Color system
Duochromatic — blue and yellow accents over near-black neutrals. Click any swatch to copy its hex.
Brand accents
Primary
--primaryBrand blue. Default accent. Used for CTAs, focus states, primary data emphasis.
Primary Light
--primary-lightHover state and gradient terminus for primary accent.
Secondary
--secondaryBrand yellow. Used in `.theme-secondary` sections.
Secondary Light
--secondary-lightHover state and gradient terminus for secondary accent.
Live preview · theme-primary
Neutrals
Background
--backgroundPage background. Near-black, never pure black.
Foreground
--foregroundPrimary text. Off-white for reduced glare.
Surface
--surfaceCard background, slightly elevated from `--background`.
Surface Light
--surface-lightHigher elevation surfaces, hover states for cards.
Muted
--mutedSecondary text, captions, mono labels.
Typography
Three voices
A geometric display face for headlines, a humanist sans for body, and a precise mono for labels and small caps. All three ship via next/font/google and fall back to system fonts.
font-display
Space Grotesk
Section headlines, hero, large display copy.
Aa Bb 01
--font-displayTailwind font-displayfont-sans (default body)
Plus Jakarta Sans
Body copy, UI, paragraph text.
Aa Bb 01
--font-jakartaTailwind font-sans (default body)font-mono
DM Mono
Section eyebrows, labels, small caps, code.
Aa Bb 01
--font-monoTailwind font-monoType scale
Tailwind defaults · shared across all fonts
text-xs · 12pxtext-sm · 14pxtext-base · 16pxtext-lg · 18pxtext-xl · 20pxtext-2xl · 24pxtext-3xl · 30pxtext-4xl · 36pxtext-5xl · 48pxtext-6xl · 60pxtext-7xl · 72pxtext-8xl · 96pxVoice
How we sound
Direct, technical, executive-grade. Lead with evidence.
Primary
“We surface what AI says about your brand.”
Long-form
“AI visibility audits across ChatGPT, Claude, and Gemini. Built for market leaders.”
Punchline
“Search just changed. Your strategy hasn't.”
Boilerplate
Surface Studio runs AI visibility audits for market leaders. We test how every major AI assistant — ChatGPT, Claude, Gemini — talks about your brand across realistic multi-turn buyer conversations, then map the exact moments your story stops being told.
Tokens
Design tokens
JSON, CSS, or Tailwind v4 @theme — pick the format your toolchain reads.
tokens.jsonjsonFlat key/value of every CSS variable. Drop into Style Dictionary, Figma Tokens, or your own design-token pipeline.
{
"--primary": "#60a5fa",
"--primary-light": "#93c5fd",
"--secondary": "#fde047",
"--secondary-light": "#fef08a",
"--background": "#0a0a0a",
"--foreground": "#ededed",
"--surface": "#141414",
"--surface-light": "#1e1e1e",
"--muted": "#a1a1aa",
"--font-display": "'Space Grotesk'",
"--font-jakarta": "'Plus Jakarta Sans'",
"--font-mono": "'DM Mono'"
}