llms.txt

InspectMind AI Brand Identity

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

Quick Facts

Field Value
Primary #059669
Accent #059669
Body Font Inter
Heading Font Inter

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: construction and engineering professionals

InspectMind AI Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Here’s a suggested flow:

  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 explore different sections to capture font URLs.
  4. For each captured font URL: right-click → Save As to download the file.
  5. View the page's CSS and extract matching @font-face declarations.

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

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
 {"family": "Inter", "role": "body"}
 ],
 "colors": {
 "primary": "#059669",
 "secondary": "#047857",
 "accent": "#059669",
 "background": "#FFFFFF",
 "textPrimary": "#0F172A",
 "link": "#0F172A"
 },
 "typography": {
 "fontFamilies": {
 "primary": "Inter",
 "heading": "Inter"
 },
 "fontStacks": {
 "heading": ["Inter", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "system-ui", "sans-serif"],
 "body": ["Inter", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "system-ui", "sans-serif"],
 "paragraph": ["Inter", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "system-ui", "sans-serif"]
 },
 "fontSizes": {
 "h1": "64px",
 "h2": "48px",
 "body": "20px"
 }
 },
 "spacing": {
 "baseUnit": 4,
 "borderRadius": "10px"
 },
 "components": {
 "input": {
 "background": "#FFFFFF",
 "textColor": "#0F172A",
 "borderColor": "#E2E8F0",
 "borderRadius": "10px",
 "shadow": "none"
 },
 "buttonPrimary": {
 "background": "#059669",
 "textColor": "#FFFFFF",
 "borderRadius": "10px",
 "shadow": "none"
 },
 "buttonSecondary": {
 "background": "#0F172A",
 "textColor": "#FFFFFF",
 "borderRadius": "12px",
 "shadow": "none"
 }
 },
 "images": {
 "logo": "https://www.inspectmind.ai/icon.png",
 "favicon": "https://www.inspectmind.ai/icon.png",
 "ogImage": "https://www.inspectmind.ai/checker-workspace-ui.png"
 },
 "personality": {
 "tone": "professional",
 "energy": "medium",
 "targetAudience": "construction and engineering professionals"
 },
 "designSystem": {
 "framework": "tailwind"
 },
 "confidence": {
 "buttons": 0.95,
 "colors": 0.9,
 "overall": 0.925
 }
}