# Fuze Brand Identity

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

## Quick Facts

| Field    | Value    |
|----------|----------|
| Primary  | #092933  |
| Accent   | #0129AC  |
| Body Font| Arial    |
| Heading Font | Poppins |

## Color Palette

- primary: #092933
- secondary: #65BC7B
- accent: #0129AC
- background: #FFFFFF
- textPrimary: #0129AC
- link: #0129AC

## Typography

- primary: Arial — [Google Fonts](https://fonts.google.com/specimen/Arial)
- heading: Poppins — [Google Fonts](https://fonts.google.com/specimen/Poppins)

## Visual Assets

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

## UI Components

- input: background=#F4F6F7, textColor=#768894, borderColor=#EDEEF2, borderRadius=0px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: enterprise businesses

## Fuze Brand in the Wild

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

- **Why SaaS & AI Security Demands a Proactive Approach in 2026**  
  - Image:   
  - Source: [Read more](https://www.cloudfuze.com/why-saas-security-demands-a-proactive-approach/)  
- **Slack vs Teams – The Best Business Chat Apps Compared!**  
  - Image:   
  - Source: [Read more](https://www.cloudfuze.com/slack-vs-teams-which-is-best-for-your-business-collaboration/)

## Working with these fonts

Not found on Google Fonts? Here are some steps if you have permission to use the fonts:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font".
3. Capture the font URLs and download the files locally.
4. Extract the matching `@font-face` declarations from the CSS files.

Only proceed with this flow if you have permission to use the brand assets.

## Machine-Readable Profile

```json
{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Poppins",
   "role": "heading"
  },
  {
   "family": "Arial",
   "role": "body"
  },
  {
   "family": "Helvetica",
   "role": "body"
  }
 ],
 "colors": {
  "primary": "#092933",
  "secondary": "#65BC7B",
  "accent": "#0129AC",
  "background": "#FFFFFF",
  "textPrimary": "#0129AC",
  "link": "#0129AC"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Arial",
   "heading": "Poppins"
  },
  "fontStacks": {
   "heading": [
    "Poppins"
   ],
   "body": [
    "Poppins",
    "Arial",
    "Helvetica",
    "sans-serif"
   ],
   "paragraph": [
    "Poppins",
    "Arial",
    "Helvetica",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "36px",
   "h2": "24px",
   "body": "16px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "5px"
 },
 "components": {
  "input": {
   "background": "#F4F6F7",
   "textColor": "#768894",
   "borderColor": "#EDEEF2",
   "borderRadius": "0px",
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://www.cloudfuze.com/wp-content/uploads/2020/12/logo.svg",
  "favicon": "https://www.cloudfuze.com/wp-content/uploads/2023/12/CloudFuze-icon-32x32-1.png",
  "ogImage": "https://www.cloudfuze.com/wp-content/uploads/2026/01/Migrate-Banner-1.svg"
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "enterprise businesses"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 },
 "confidence": {
  "colors": 0.9,
  "overall": 0.45
 }
}
```
