llms.txt
DigiBuild Brand Identity
A complete profile of DigiBuild's visual system — colors, typography, components, and personality.
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:
- Favicon:
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: DigiProcure
- Contact Us – DigiBuild
- Image:
- Source: Contact Us
- Contact Us – DigiBuild
- Image:
- Source: Contact Us
- Resources – DigiBuild
- Image:
- Source: Resources
- Customers – DigiBuild
- Image:
- Source: Customers
- Contact Us – DigiBuild
- Image:
- Source: Contact Us
Working with these fonts
Not found on Google Fonts? Here’s a guide to capture and use the fonts:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font".
- Hard-reload the page and click around to capture all font weights.
- Download the fonts locally from the captured URLs.
- Extract CSS from your DevTools and adjust the @font-face declarations accordingly.
Only proceed with these steps if you have permission to use the font assets.
Machine-Readable Profile
{
"colorScheme": "dark",
"fonts": [
{
"family": "Avenir",
"role": "body"
},
{
"family": "Muli",
"role": "body"
},
{
"family": "Literata",
"role": "heading"
}
],
"colors": {
"primary": "#FF8200",
"secondary": "#008FFF",
"accent": "#FF8200",
"background": "#0D1B2A",
"textPrimary": "#0D1B2A",
"link": "#0D1B2A"
},
"typography": {
"fontFamilies": {
"primary": "Avenir",
"heading": "Literata"
},
"fontStacks": {
"heading": [
"Literata"
],
"body": [
"Muli"
],
"paragraph": [
"Avenir"
]
},
"fontSizes": {
"h1": "50px",
"h2": "34px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#0A0A0A",
"borderColor": "#FFFFFF",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"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",
"ogImage": null,
"logoHref": "https://digibuild.com"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "construction professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.7,
"colors": 0.9,
"overall": 0.8
}
}