# [Brand] Brand Kit

## At a Glance

**What it is:** [One sentence — the brand's central idea and character]

**Palette:**
- Background: `#hex`
- Surface: `#hex`
- Text: `#hex`
- Accent: `#hex`
- Mark element: `#hex`

**Type:**
- Interface: [Font] ([weight] headings, [weight] body)
- Code: [Font]

---

## Contents

### Mark
- `[brand]-mark-final.svg` — Primary mark
- `[brand]-favicon.png` — 32px for browsers

### Wordmarks
- `[brand]-wordmark-final.svg` — Full lockup
- `[brand]-wordmark-short.svg` — Compact version

### Docs
- `[brand]-design-guidelines.md` — Complete system
- `[brand]-philosophy.md` — Brand narrative
- `[brand]-visual-philosophy.md` — Aesthetic direction

---

## Core Ideas

1. **[Concept]** — [One line]
2. **[Concept]** — [One line]
3. **[Concept]** — [One line]
4. **[Concept]** — [One line]
5. **[Concept]** — [One line]

---

## Tokens

```css
:root {
  /* Backgrounds */
  --bg-deep: #hex;
  --bg-warm: #hex;
  --bg-surface: #hex;

  /* Borders */
  --border: #hex;

  /* Text */
  --text-primary: #hex;
  --text-secondary: #hex;
  --text-muted: #hex;

  /* Status */
  --[accent]: #hex;
  --[accent]-dim: #hex;
  --amber: #hex;
  --red: #hex;

  /* Type */
  --font-sans: '[Font]', -apple-system, sans-serif;
  --font-mono: '[Font]', monospace;
}
```

---

*[Movement Name]: [Tagline]*
