# Avent Brand Identity

A complete profile of **Avent**'s visual system — colors, typography, components, and personality — extracted from [https://www.aventindustrial.com](https://www.aventindustrial.com/). Built for designers, agents, and AI tools.

## Color Palette
Brand palette extracted from https://www.aventindustrial.com.

- **Primary:** #6A7282
- **Secondary:** #0F172B
- **Accent:** #4A5565
- **Background:** #FFFFFF
- **Text Primary:** #000000
- **Link:** #4A5565

## Typography
Each font links to its Google Fonts page where available.

- **Body Font:** Montserrat
  - [Montserrat Google Fonts →](https://fonts.google.com/specimen/Montserrat)
- **Heading Font:** Michroma
  - [Michroma Google Fonts →](https://fonts.google.com/specimen/Michroma)

## Visual Assets

**Logo**

**Favicon**

**Social Card**

## UI Components
Live previews rendered using Avent's actual button styles.

- **Button Primary**  
  **Background:** #FFFFFF  
  **Text Color:** #0F172B  
  **Border Radius:** 6px  
  **Shadow:** none

- **Button Secondary**  
  **Background:** transparent  
  **Text Color:** #FFFFFF  
  **Border Color:** #FFFFFF  
  **Border Radius:** 6px  
  **Shadow:** rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px

## Brand Personality
- **Tone:** professional  
- **Energy:** medium  
- **Audience:** distributors and suppliers

## Frequently Asked Questions

1. **What is Avent's primary brand color?**  
   - Avent's primary brand color is #6A7282.

2. **What accent color does Avent use?**  
   - Avent uses #4A5565 as an accent color.

3. **What font does Avent use?**  
   - Avent uses Montserrat for body text and Michroma for headings.

4. **Does Avent use a light or dark theme?**  
   - Avent's primary site uses a light color scheme.

5. **Where can I find Avent's logo?**  
   - Avent's logo is available directly on their site (https://www.aventindustrial.com).

6. **How was this brand profile generated?**  
   - This profile was extracted from https://www.aventindustrial.com using the Firecrawl branding extraction API.

## Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.

```json
{
  "colorScheme": "light",
  "fonts": [
    { "family": "Montserrat", "role": "body" },
    { "family": "Michroma", "role": "heading" }
  ],
  "colors": {
    "primary": "#6A7282",
    "secondary": "#0F172B",
    "accent": "#4A5565",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#4A5565"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Montserrat",
      "heading": "Michroma"
    },
    "fontStacks": {
      "heading": ["Michroma"],
      "body": ["Montserrat", "system-ui", "-apple-system", "sans-serif"],
      "paragraph": ["Michroma"]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#0F172B",
      "borderRadius": "6px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "6px",
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    }
  },
  "images": {
    "logo": "https://www.aventindustrial.com/logo.svg",
    "favicon": "https://www.aventindustrial.com/favicon.ico?favicon.b1f5dd49.ico",
    "ogImage": "https://aventindustrial.com/logo.png"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "distributors and suppliers"
  }
}
```
