# Inconvo Brand Identity

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

## Quick Facts

| Field | Value |
|---|---|
| Primary | #FFEDD5 |
| Accent | #FFEDD5 |
| Body Font | Inter |
| Heading Font | Inter |

## Color Palette

- primary: #FFEDD5
- secondary: #374151
- accent: #FFEDD5
- background: #FFFFFF
- textPrimary: #000000
- link: #4A5565

## Typography

- primary: Inter — [Inter Font](https://fonts.google.com/specimen/Inter)
- heading: Inter — [Inter Font](https://fonts.google.com/specimen/Inter)

## Visual Assets

- Logo: 
- Favicon: 
- Social card (og:image):

## UI Components

- input: background=#F9FAFB, textColor=#111827, borderColor=#D1D5DB, borderRadius=3px, shadow=none
- buttonPrimary: background=#FFEDD5, textColor=#EA580C, borderRadius=8px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderColor=#000000, borderRadius=4px, shadow=none

## Brand Personality

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

## Inconvo Brand in the Wild

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

- **Inconvo | Build Reliable Data Agents**  
  - Image:   
  - Source: [Inconvo](https://inconvo.com/)  
- **Connect | Inconvo**  
  - Image:   
  - Source: [Connect Guide](https://inconvo.com/docs/guides/connect/)  
- **Inconvo | Build Reliable Data Agents**  
  - Image:   
  - Source: [Inconvo](https://inconvo.com/)  
- **Blog | Inconvo**  
  - Image:   
  - Source: [Inconvo Blog](https://inconvo.com/blog/)  
- **Blog | Inconvo**  
  - Image:   
  - Source: [Inconvo Blog](https://inconvo.com/blog/)  
- **Blog | Inconvo**  
  - Image:   
  - Source: [Inconvo Blog](https://inconvo.com/blog/)

## Machine-Readable Profile
```json
{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Bricolage Grotesque",
   "role": "unknown"
  },
  {
   "family": "Inter",
   "role": "body"
  }
 ],
 "colors": {
  "primary": "#FFEDD5",
  "secondary": "#374151",
  "accent": "#FFEDD5",
  "background": "#FFFFFF",
  "textPrimary": "#000000",
  "link": "#4A5565"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Inter",
   "heading": "Inter"
  },
  "fontStacks": {
   "heading": [
    "Bricolage Grotesque",
    "Inter",
    "ui-sans-serif",
    "system-ui",
    "sans-serif",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
   ],
   "body": [
    "Bricolage Grotesque",
    "Inter",
    "ui-sans-serif",
    "system-ui",
    "sans-serif",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
   ],
   "paragraph": [
    "Bricolage Grotesque",
    "Inter",
    "ui-sans-serif",
    "system-ui",
    "sans-serif",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
   ]
  },
  "fontSizes": {
   "h1": "60px",
   "h2": "36px",
   "body": "20px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "8px"
 },
 "components": {
  "input": {
   "background": "#F9FAFB",
   "textColor": "#111827",
   "borderColor": "#D1D5DB",
   "borderRadius": "3px",
   "borderRadiusCorners": {
    "topLeft": "3px",
    "topRight": "3px",
    "bottomRight": "3px",
    "bottomLeft": "3px"
   },
   "shadow": "none"
  },
  "buttonPrimary": {
   "background": "#FFEDD5",
   "textColor": "#EA580C",
   "borderRadius": "8px",
   "borderRadiusCorners": {
    "topLeft": "8px",
    "topRight": "8px",
    "bottomRight": "8px",
    "bottomLeft": "8px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#FFFFFF",
   "textColor": "#000000",
   "borderColor": "#000000",
   "borderRadius": "4px",
   "borderRadiusCorners": {
    "topLeft": "4px",
    "topRight": "4px",
    "bottomRight": "4px",
    "bottomLeft": "4px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://inconvo.com/_astro/banner.tyiKRzs5_Z17uD9k.svg",
  "favicon": "https://inconvo.com/favicon.svg",
  "ogImage": "https://inconvo.com/heronew.png",
  "logoHref": "/",
  "logoAlt": "Inconvo logo"
 },
 "personality": {
  "tone": "modern",
  "energy": "medium",
  "targetAudience": "tech professionals"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 }
}
```
