llms.txt

BusinessOnBot Brand Identity

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

Quick Facts

Field Value
Primary #00FFB2
Accent #00FFB2
Body Font Inter
Heading Font Outfit

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: high · Audience: businesses looking for AI solutions

BusinessOnBot Brand in the Wild

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

Working with these fonts

Instructions

  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 relevant font URLs.
  4. Download font files and view the page's CSS to copy matching @font-face declarations.

Machine-Readable Profile

{
  "colorScheme": "dark",
  "fonts": [
    { "family": "Inter", "role": "body" },
    { "family": "Outfit", "role": "heading" },
    { "family": "IBM Plex Sans Hebrew", "role": "unknown" },
    { "family": "Open Sans", "role": "unknown" },
    { "family": "DM Sans", "role": "unknown" }
  ],
  "colors": {
    "primary": "#00FFB2",
    "accent": "#00FFB2",
    "background": "#121212",
    "textPrimary": "#121212",
    "link": "#74FFC0"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Outfit"
    },
    "fontStacks": {
      "heading": ["Outfit", "sans-serif"],
      "body": ["Outfit", "sans-serif"],
      "paragraph": ["Inter", "sans-serif"]
    },
    "fontSizes": {
      "h1": "45px",
      "h2": "45px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#00FFB2",
      "textColor": "#FFFFFF",
      "borderColor": "#74FFC0",
      "borderRadius": "40px",
      "borderRadiusCorners": {
        "topLeft": "40px",
        "topRight": "40px",
        "bottomRight": "40px",
        "bottomLeft": "40px"
      },
      "shadow": "rgb(0, 255, 178) 1px 0px 15px 0px"
    },
    "buttonSecondary": {
      "background": "#181818",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "40px",
      "borderRadiusCorners": {
        "topLeft": "40px",
        "topRight": "40px",
        "bottomRight": "40px",
        "bottomLeft": "40px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/64710a58deace073b8c4a98a/64732f8cf753275fb1ea33ea_final-logo-2.webp",
    "favicon": "https://cdn.prod.website-files.com/64710a58deace073b8c4a98a/647765909c08582651b3055d_bob-4.png",
    "ogImage": null
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "businesses looking for AI solutions"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  }
}