bear flag robotics.json

Bear Flag Robotics Brand Identity

A complete profile of Bear Flag Robotics's visual system — colors, typography, components, and personality — extracted from http://bearflagrobotics.com/. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #007AFF
Accent #007AFF
Body Font Open Sans
Heading Font Roboto

Color Palette

Typography

Brand Personality

Tone: professional · Energy: medium · Audience: agricultural technology professionals

Bear Flag Robotics Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
  3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each src: url(...) to point to your local file path.

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. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Open Sans",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#007AFF",
    "accent": "#007AFF",
    "background": "#D3D3D3",
    "textPrimary": "#212121",
    "link": "#007AFF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": [
        "Open Sans",
        "-apple-system",
        "BlinkMacSystemFont",
        "Roboto",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Open Sans",
        "-apple-system",
        "BlinkMacSystemFont",
        "Roboto",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Open Sans",
        "-apple-system",
        "BlinkMacSystemFont",
        "Roboto",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "48px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 12,
    "borderRadius": "0px"
  },
  "components": {},
  "images": {
    "favicon": null,
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "The candidate logo is for John Deere, not Bear Flag Robotics. The page title and URL suggest Bear Flag Robotics as the brand, but the visible logo represents John Deere, indicating a partnership or acquisition. No suitable Bear Flag Robotics logo was found.",
    "confidence": 0.6,
    "rejected": true,
    "source": "llm"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "agricultural technology professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0,
    "colors": 0.9,
    "overall": 0.45
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "The candidate logo is for John Deere, not Bear Flag Robotics. The page title and URL suggest Bear Flag Robotics as the brand, but the visible logo represents John Deere, indicating a partnership or acquisition. No suitable Bear Flag Robotics logo was found.",
        "confidence": 0.6
      }
    },
    "buttonClassification": {
      "llmCalled": false,
      "llmSucceeded": false
    }
  }
}