# dili Brand Identity

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

- Page: https://characterquilt.com/branding/dili
- Machine-readable JSON: https://characterquilt.com/branding/dili.json
- Per-page llms.txt: https://characterquilt.com/branding/dili/llms.txt

## Quick Facts

| Field | Value |
|---|---|
| Primary | #22C55E |
| Accent | #1F3154 |
| Body Font | Inter |
| Heading Font | Inter |

## Color Palette

- primary: #22C55E
- secondary: #EAB308
- accent: #1F3154
- background: #0A0A0A
- textPrimary: #0A0A0A
- link: #1F3154

## Typography

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

## Visual Assets

- Favicon: https://www.dili.com/favicon.ico

## UI Components

- input: background=#0A0A0A, textColor=#FFFFFF, borderColor=#2A2A2A, borderRadius=8px, shadow=none
- buttonPrimary: background=#363636, textColor=#FFFFFF, borderColor=#9D9D9D, borderRadius=6px, shadow=rgba(255, 255, 255, 0.25) 0px 0px 45px 0px, rgba(255, 255, 255, 0.1) 0px 0px 100px 0px
- buttonSecondary: background=#FFFFFF, textColor=#0A0A0A, borderRadius=8px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: business professionals seeking compliance solutions

## dili Brand in the Wild

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

- **Dili - The AI Diligence Platform**
  - Image: 
  - Source: https://investors.dili.ai/
- **Dili - The AI Diligence Platform**
  - Image: 
  - Source: https://investors.dili.ai/
- **Prevailing Wage & Apprenticeship**
  - Image: 
  - Source: https://pwa.dili.ai/v2/forgot-password
- **Dili - The AI Diligence Platform**
  - Image: 
  - Source: https://investors.dili.ai/
- **Dili - Privacy Policy**
  - Image: 
  - Source: https://investors.dili.ai/privacy
- **Dili - Privacy Policy**
  - Image: 
  - Source: https://investors.dili.ai/privacy

## Working with these fonts

Not found on Google Fonts? Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

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. Rewrite each `src: url(...)` to point to your local file path.

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.
