llms.txt

Downtobid Brand Identity

A complete profile of Downtobid's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #CFD6E1
Accent #000000
Body Font Inter
Heading Font Inter

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

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

Downtobid Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Instructions that you can follow 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 to capture font URLs.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. View the page's CSS to copy out the matching @font-face declarations.

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.

Only do this if you have permission to use the brand assets.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#CFD6E1",
    "accent": "#000000",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#CFD6E1"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "30px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 2,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderColor": "#000000",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221.75em%22%20height%3D%221.75em%22%20viewBox%3D%220%200%2027.608%2024%22%3E%3Ctitle%3EDowntobid%3C%2Ftitle%3E%3Cpath%20d%3D%22M27.066%2C18.4A3.688%2C3.688%2C0%2C0%2C1%2C23.912%2C24H3.7A3.688%2C3.688%2C0%2C0%2C1%2C.542%2C18.4L10.65%2C1.773a3.692%2C3.692%2C0%2C0%2C1%2C6.308%2C0ZM7.379%2C13.344A2.459%2C2.459%2C0%2C0%2C1%2C9.486%2C9.616h8.635a2.459%2C2.459%2C0%2C0%2C1%2C2.107%2C3.728L15.911%2C20.5a2.461%2C2.461%2C0%2C0%2C1-4.215%2C0Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/68525ab144470c4f77e593ae/685fa750d18b48f366d52464_favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/68525ab144470c4f77e593ae/68913c18a0809e1eab9686d1_opengraph.png",
    "logoHref": "/",
    "logoAlt": "Downtobid"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "construction industry professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  }
}