# DigiBuild Brand Identity

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

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

## Quick Facts

| Field | Value |
|---|---|
| Primary | #FF8200 |
| Accent | #FF8200 |
| Body Font | Avenir |
| Heading Font | Literata |

## Color Palette

- primary: #FF8200
- secondary: #008FFF
- accent: #FF8200
- background: #0D1B2A
- textPrimary: #0D1B2A
- link: #0D1B2A

## Typography

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

## Visual Assets

- Logo: https://digibuild.com/wp-content/uploads/2022/07/logo-1.png
- Favicon: https://digibuild.com/wp-content/uploads/2022/09/cropped-My-project-1.png

## UI Components

- buttonPrimary: background=#FFFFFF, textColor=#0A0A0A, borderColor=#FFFFFF, borderRadius=0px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: construction professionals

## DigiBuild Brand in the Wild

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

- **DigiProcure – DigiBuild**
  - Image: 
  - Source: [Link](https://digibuild.com/products/digiprocure/)
- **Contact Us – DigiBuild**
  - Image: 
  - Source: [Link](https://digibuild.com/contact-us/)
- **Contact Us – DigiBuild**
  - Image: 
  - Source: [Link](https://digibuild.com/contact-us/)
- **Resources – DigiBuild**
  - Image: 
  - Source: [Link](https://digibuild.com/resources/)
- **Customers – DigiBuild**
  - Image: 
  - Source: [Link](https://digibuild.com/customers/)
- **Contact Us – DigiBuild**
  - Image: 
  - Source: [Link](https://digibuild.com/contact-us/)

## Working with these fonts

Not found on Google Fonts? Agent 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.
