llms.txt
OffDeal Brand Identity
A complete profile of OffDeal's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #000000 |
| Accent | #FFFFFF |
| Body Font | Aktiv |
| Heading Font | AktivGrotesk |
Color Palette
- primary: #000000
- accent: #FFFFFF
- background: #FCFBFA
- textPrimary: #000000
- link: #000000
Typography
- primary: Aktiv — https://fonts.google.com/specimen/Aktiv
- heading: AktivGrotesk — https://fonts.google.com/specimen/AktivGrotesk
Visual Assets
- Logo: data:image/svg+xml;utf8,%3Csvg%20width%3D%22113%22%20...
- Favicon: https://offdeal.io/icon.png?icon.0qlp69-1y_h2c.png
UI Components
- input: background=transparent, textColor=#333333, borderColor=null, borderRadius=6px, shadow=none
- buttonPrimary: background=#FFFFFF, textColor=#000000, borderRadius=6px, shadow=none
- buttonSecondary: background=#30302F, textColor=#FFFFFF, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business owners looking to sell their businesses
OffDeal Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- OffDeal
- OffDeal
- OffDeal
- Employee Communication Plans: Overcoming Rumors and Maintaining Morale
- OffDeal | Buyer Network
- Best Practice for Selling a Digital Marketing Agency
Working with these fonts
Not found on Google Fonts? Instructions if you have permission to 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.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS and copy the matching @font-face declarations.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Aktiv",
"role": "body"
},
{
"family": "AktivGrotesk",
"role": "heading"
},
{
"family": "MartinaPlantijn",
"role": "unknown"
}
],
"colors": {
"primary": "#000000",
"accent": "#FFFFFF",
"background": "#FCFBFA",
"textPrimary": "#000000",
"link": "#000000"
},
"typography": {
"fontFamilies": {
"primary": "Aktiv",
"heading": "AktivGrotesk"
},
"fontStacks": {
"heading": [
"MartinaPlantijn",
"serif"
],
"body": [
"Aktiv",
"sans-serif"
],
"paragraph": [
"Aktiv",
"sans-serif"
]
},
"fontSizes": {
"h1": "84px",
"h2": "56px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#333333",
"borderColor": null,
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#000000",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#30302F",
"textColor": "#FFFFFF",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22113%22%20...",