llms.txt

Intuned Brand Identity

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

Quick Facts

Field Value
Primary #FFFFFF
Accent #FFFFFF
Body Font Geist
Heading Font Geist

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: tech-savvy professionals

Intuned Brand in the Wild

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

Working with these fonts

If you have permission to use the fonts, follow this 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 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 out the matching @font-face declarations.

Programmatic alternative: load the URL with Playwright or Puppeteer to acquire the fonts.

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

Machine-Readable Profile

{
 "colorScheme": "dark",
 "fonts": [
  {
   "family": "Geist",
   "role": "unknown"
  }
 ],
 "colors": {
  "primary": "#FFFFFF",
  "accent": "#FFFFFF",
  "background": "#000000",
  "textPrimary": "#000000",
  "link": "#FFFFFF"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Geist",
   "heading": "Geist"
  },
  "fontStacks": {
   "heading": [
    "Geist",
    "system-ui",
    "-apple-system",
    "sans-serif"
   ],
   "body": [
    "Geist",
    "system-ui",
    "-apple-system",
    "sans-serif"
   ],
   "paragraph": [
    "Geist",
    "system-ui",
    "-apple-system",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "72px",
   "h2": "32px",
   "body": "18px"
  }
 },
 "spacing": {
  "baseUnit": 8,
  "borderRadius": "0px"
 },
 "components": {
  "input": {
   "background": "#1A1A1A",
   "textColor": "#FFFFFF",
   "borderColor": null,
   "borderRadius": "2px",
   "borderRadiusCorners": {
    "topLeft": "2px",
    "topRight": "2px",
    "bottomRight": "2px",
    "bottomLeft": "2px"
   },
   "shadow": "none"
  },
  "buttonPrimary": {
   "background": "#FFFFFF",
   "textColor": "#000000",
   "borderRadius": "2px",
   "borderRadiusCorners": {
    "topLeft": "2px",
    "topRight": "2px",
    "bottomRight": "2px",
    "bottomLeft": "2px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#262626",
   "textColor": "#FFFFFF",
   "borderRadius": "2px",
   "borderRadiusCorners": {
    "topLeft": "2px",
    "topRight": "2px",
    "bottomRight": "2px",
    "bottomLeft": "2px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://intunedhq.com/logo.svg",
  "favicon": "https://intunedhq.com/favicon-48x48.png",
  "ogImage": "https://intunedhq.com/og-image.png",
  "logoHref": "/",
  "logoAlt": "Intuned"
 },
 "__llm_logo_reasoning": {
  "selectedIndex": 0,
  "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Intuned'.",
  "confidence": 0.95,
  "source": "llm"
 },
 "__llm_button_reasoning": {
  "primary": {
   "index": 1,
   "text": "Start for free",
   "reasoning": "Button #3 with text 'Start for free' is likely the primary CTA due to its action-oriented text and contrasting color scheme (white background with black text), making it stand out as a call to action."
  },
  "secondary": {
   "index": 13,
   "text": "View Examples",
   "reasoning": "Button #2 with text 'View Examples' is selected as secondary due to its different background color (#262626) and supportive action text, which complements the primary CTA."
  },
  "confidence": 0.9
 },
 "personality": {
  "tone": "modern",
  "energy": "medium",
  "targetAudience": "tech-savvy professionals"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.9,
  "colors": 0.9,
  "overall": 0.9
 },
 "__llm_metadata": {
  "logoSelection": {
   "llmCalled": true,
   "llmSucceeded": true,
   "finalSource": "llm",
   "rawLogoSelection": {
    "selectedLogoIndex": 0,
    "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Intuned'.",
    "confidence": 0.95
   }
  },
  "buttonClassification": {
   "llmCalled": true,
   "llmSucceeded": true
  }
 }
}