# Dialtone Brand Identity

A complete profile of **Dialtone**'s visual system — colors, typography, components, and personality — extracted from https://usedialtone.com. Built for designers, agents, and AI tools.

- Page: https://characterquilt.com/branding/dialtone
- Machine-readable JSON: https://characterquilt.com/branding/dialtone.json

## Quick Facts

| Field | Value |
|---|---|
| Primary | #FFB86A |
| Accent | #FFB86A |
| Body Font | GeistMono |
| Heading Font | GeistMono |

## Color Palette

- primary: #FFB86A
- accent: #FFB86A
- background: #111111
- textPrimary: #FFFFFF
- link: #FFB86A

## Typography

- primary: GeistMono — https://fonts.google.com/specimen/GeistMono
- heading: GeistMono — https://fonts.google.com/specimen/GeistMono

## Visual Assets

- Logo: 
- Favicon:

## UI Components

- buttonPrimary: background=#FFFFFF, textColor=#000000, borderRadius=9999px, shadow=none
- buttonSecondary: background=transparent, textColor=#FFFFFF, borderColor=#2E2E2E, borderRadius=9999px, shadow=none

## Brand Personality

Tone: modern · Energy: medium · Audience: tech-savvy professionals

## Dialtone Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

- **Rocketeer | Claude Code for GTM**  
  - Image:   
- **Rocketeer | Claude Code for GTM**  
  - Image:   
- **Dialtone (Video 2009) - IMDb**  
  - Image:

## Working with these fonts

Not found on Google Fonts? Here are instructions you can follow if you have permission to use the fonts:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
