---
name: Discord
description: "Worth including as a prime example of a dark-mode consumer app with a strong, playful brand identity."
version: alpha

colors:
  background: "#1a2081"
  primary: "#ffffff"
  secondary: "rgba(255,255,255,0.7)"
  tertiary: "#5865f2"
  neutral: "#353d40"
  line: "rgba(255,255,255,0.1)"

typography:
  display:
    fontFamily: geometric-sans
    fontSize: 61px
    lineHeight: 1.0
    fontWeight: 800
    letterSpacing: "-0.61px"
  h2:
    fontFamily: humanist-sans
    fontSize: 48px
    lineHeight: 1.0
    fontWeight: 800
    letterSpacing: "-0.48px"
  h3:
    fontFamily: humanist-sans
    fontSize: 36px
    lineHeight: 1.2
    fontWeight: 700
    letterSpacing: "-0.36px"
  body:
    fontFamily: humanist-sans
    fontSize: 16px
    lineHeight: 1.5
    fontWeight: 400
    letterSpacing: "0px"

rounded:
  sm: 4px
  md: 8px
  lg: 12px
  pill: 999px

spacing:
  xs: 4px
  sm: 8px
  md: 16px
  lg: 24px
  xl: 32px
  2xl: 48px
  3xl: 64px

---

## Overview

A dark-mode chat platform for gaming communities and friend groups.

*A virtual hangout spot for gamers*

## Colors

Deep indigo background with bright white typography and a signature blurple accent for primary actions.

- **Background (`#1a2081`)** — uses `bg` token
- **Primary text (`#ffffff`)** — uses `ink` token
- **Secondary text (`rgba(255,255,255,0.7)`)** — uses `ink-soft` token
- **Accent (`#5865f2`)** — uses `accent` token
- **Muted (`#353d40`)** — uses `muted` token
- **Borders (`rgba(255,255,255,0.1)`)** — uses `line` token

## Typography

- **Display:** geometric-sans
- **Body:** humanist-sans
- **Mono:** monospace

- Headlines use a tight geometric sans at weight 800
- Body text uses a highly legible humanist sans at weight 400

## Layout

Standard two-column hero with text on the left and a complex 3D illustration on the right.

*Rhythm:* 8px base grid with generous vertical spacing between major sections

## Elevation & Depth

- 0 0 128px rgba(88,101,242,0.4)
- Borders: None visible on main containers; elements rely on background contrast and subtle shadows.

## Shapes

- `sm`: 4px
- `md`: 8px
- `lg`: 12px
- `pill`: 999px

## Components

- **button:** Large rounded pill shape with solid background (white or blurple) and centered text
- **card:** Large containers with soft rounded corners (12px-16px) and subtle gradient backgrounds
- **hero:** Full-width dark indigo section with massive bold headline, secondary white text, and prominent dual CTA buttons

## Do's and Don'ts

**Don't:**
- don't use thin or light font weights for headlines — screenshot shows weight 800 for display text
- don't use pure black backgrounds — screenshot shows a deep indigo (#1a2081) background instead
- don't use small or crowded padding — screenshot shows generous padding (10px 16px) around UI elements
- don't use sharp corners on containers — screenshot shows rounded corners (12px-16px) on cards and buttons
- don't use subtle or muted colors for primary actions — screenshot shows high-contrast white and blurple buttons
- don't use serif or decorative fonts — screenshot shows exclusively sans-serif typefaces for a modern tech feel

---

## System Prompt (paste into AI agent)

```
Discord's landing page uses a deep indigo background (#1a2081) with high-contrast white typography and a signature blurple (#5865f2) accent for primary buttons. The typography combines a geometric sans for bold, all-caps headlines (weight 800) and a humanist sans for body text. Key critical donts: never use pure black backgrounds, avoid thin font weights for headlines, and always use generous padding (at least 10px 16px) on interactive elements. The layout features a two-column hero with complex 3D illustrations on the right. Interactions are simple with 0.3s transitions.
```
