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

Typography

Visual Assets

UI Components

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.

Working with these fonts

Not found on Google Fonts? Instructions 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".
  3. Hard-reload the page and click around.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. 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...",