# 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

- primary: #FFFFFF
- accent: #FFFFFF
- background: #000000
- textPrimary: #000000
- link: #FFFFFF

## Typography

- primary: Geist — https://fonts.google.com/specimen/Geist
- heading: Geist — https://fonts.google.com/specimen/Geist

## Visual Assets

- Logo: https://intunedhq.com/logo.svg
- Favicon: https://intunedhq.com/favicon-48x48.png
- Social card (og:image): https://intunedhq.com/og-image.png

## UI Components

- input: background=#1A1A1A, textColor=#FFFFFF, borderColor=null, borderRadius=2px, shadow=none
- buttonPrimary: background=#FFFFFF, textColor=#000000, borderRadius=2px, shadow=none
- buttonSecondary: background=#262626, textColor=#FFFFFF, borderRadius=2px, shadow=none

## Brand Personality

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

## Intuned Brand in the Wild

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

- **Environment variables and secrets - Intuned**  
  - Image: https://mintcdn.com/intuned-7/zxh-DVtlBJnXl5yH/assets/features/workspace-environment-variables-side-panel.gif?s=a9191ad614798292377a414d57a9b245  
  - Source: https://intunedhq.com/docs/main/02-features/environment-variables-secrets

- **Introducing the New Intuned - Intuned Blog**  
  - Image: https://i.ytimg.com/vi/22IYRA-ZqQk/maxresdefault.jpg  
  - Source: https://intunedhq.com/blog/introducing-the-new-intuned

- **Intuned's Act 3 - Intuned Blog**  
  - Image: https://intunedhq.com/og-image.png  
  - Source: https://intunedhq.com/blog/intuned-act-3

- **Introduction - Intuned**  
  - Image: https://intuned-7.mintlify.app/_next/image?url=%2F_mintlify%2Fapi%2Fog%3Fdivision%3DGetting%2Bstarted%26title%3DIntroduction%26description%3DCode-first%2Bbrowser%2Bautomation%2Bplatform%2Bwith%2Ban%2BAI%2Bagent%2Bthat%2Bbuilds%2Band%2Bmaintains%2Byour%2Bautomations%26logoLight%3Dhttps%253A%252F%252Fmintcdn.com%252Fintuned-7%252FasXJUUPBWwDlStUB%252Flogo%252Flight.svg%253Ffit%253Dmax%2526auto%253Dformat%2526n%253DasXJUUPBWwDlStUB%2526q%253D85%2526s%253D6525c0b299b3226464eba6afa9b7ebe6%26logoDark%3Dhttps%253A%252F%252Fmintcdn.com%252Fintuned-7%252FasXJUUPBWwDlStUB%252Flogo%252Fdark.svg%253Ffit%253Dmax%2526auto%253Dformat%2526n%253DasXJUUPBWwDlStUB%2526q%253D85%2526s%253D2ff1d46ffe74373aaa4878866d772c65%26primaryColor%3D%2523f4672f%26lightColor%3D%2523f57847%26darkColor%3D%2523e86430%26backgroundLight%3D%2523fafafa%26backgroundDark%3D%252322252a&w=1200&q=100  
  - Source: https://intunedhq.com/docs/main/00-getting-started/introduction

- **Intuned**  
  - Image: https://intunedhq.com/_next/static/media/base-background.553f29a4.png  
  - Source: https://intunedhq.com/

- **Intuned**  
  - Image: https://intunedhq.com/_next/static/media/FibarAi.d94b137a.png  
  - Source: https://intunedhq.com/

## 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

```json
{
 "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
  }
 }
}
```
