# Closure Brand Identity

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

## Quick Facts

| Field  | Value     |
|--------|-----------|
| Primary| #9CA3AF   |
| Accent | #111827   |
| Body Font| Inter   |
| Heading Font| Inter |

## Color Palette

- primary: #9CA3AF
- secondary: #1F2937
- accent: #111827
- background: #FFFFFF
- textPrimary: #111827
- link: #111827

## Typography

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

## Visual Assets

- Logo: 
- Favicon: https://www.closure-intel.com/favicon.ico
- Social card (og:image): https://www.closure-intel.com/social-logo.png

## UI Components

- buttonPrimary: background=#FFFFFF, textColor=#000000, borderRadius=6px, shadow=none
- buttonSecondary: background=#111827, textColor=#D1D5DB, borderColor=#374151, borderRadius=9999px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: business professionals

## Closure Brand in the Wild

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

- **Closure Intelligence**
  - Image: 
  - Source: https://www.closure-intel.com/
- **Closure Intelligence**
  - Image: 
  - Source: https://www.closure-intel.com/
- **Closure Intelligence**
  - Image: 
  - Source: https://www.closure-intel.com/
- **Closure Intelligence**
  - Image: 
  - Source: https://www.closure-intel.com/
- **Closure Intelligence**
  - Image: 
  - Source: https://www.closure-intel.com/
- **Closure Intelligence**
  - Image: 
  - Source: https://www.closure-intel.com/trust

## Machine-Readable Profile

```json
{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Inter",
   "role": "unknown"
  }
 ],
 "colors": {
  "primary": "#9CA3AF",
  "secondary": "#1F2937",
  "accent": "#111827",
  "background": "#FFFFFF",
  "textPrimary": "#111827",
  "link": "#111827"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Inter",
   "heading": "Inter"
  },
  "fontStacks": {
   "heading": [
    "Inter",
    "sans-serif"
   ],
   "body": [
    "ui-sans-serif",
    "system-ui",
    "sans-serif",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
   ],
   "paragraph": [
    "ui-sans-serif",
    "system-ui",
    "sans-serif",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
   ]
  },
  "fontSizes": {
   "h1": "96px",
   "h2": "48px",
   "body": "48px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "0px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#FFFFFF",
   "textColor": "#000000",
   "borderRadius": "6px",
   "borderRadiusCorners": {
    "topLeft": "6px",
    "topRight": "6px",
    "bottomRight": "6px",
    "bottomLeft": "6px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#111827",
   "textColor": "#D1D5DB",
   "borderColor": "#374151",
   "borderRadius": "9999px",
   "borderRadiusCorners": {
    "topLeft": "9999px",
    "topRight": "9999px",
    "bottomRight": "9999px",
    "bottomLeft": "9999px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://www.closure-intel.com/_next/image?url=%2Fclosure-logo-white.png&w=384&q=75",
  "favicon": "https://www.closure-intel.com/favicon.ico",
  "ogImage": "https://www.closure-intel.com/social-logo.png",
  "logoAlt": "Closure Logo"
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "business professionals"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.9,
  "colors": 0.9,
  "overall": 0.9
 }
}
```
