# Browser Buddy Brand Identity

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

## Quick Facts

| Field   | Value   |
|---------|---------|
| Primary | #79FFE1 |
| Accent  | #0070F3 |
| Body Font | sf pro text |
| Heading Font | sf pro text |

## Color Palette

- primary: #79FFE1
- secondary: #FF0080
- accent: #0070F3
- background: #DDDDDD
- textPrimary: #0070F3
- link: #0070F3

## Typography

- primary: sf pro text — https://fonts.google.com/specimen/sf+pro+text
- heading: sf pro text — https://fonts.google.com/specimen/sf+pro+text

## Brand Personality

Tone: professional · Energy: medium · Audience: unknown

## Browser Buddy Brand in the Wild

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

- **Browser Buddy: VPN Browser - Apps on Google Play**
  - Image: 
  - Source: https://play.google.com/store/apps/details?id=com.proxy.browser.unblock.sites.proxybrowser.securevpn
- **Browser Buddy - Chrome Web Store**
  - Image: 
  - Source: https://chromewebstore.google.com/detail/browser-buddy/ckhbjadmieecmnoaogfikoniajcfoclm
- **Browser Buddy | An AI buddy that finds you thoughtful quotes and essays | Product Hunt**
  - Image: 
  - Source: https://www.producthunt.com/products/browser-buddy-2
- **BonziBuddy - Wikipedia**
  - Image: 
  - Source: https://en.wikipedia.org/wiki/BonziBuddy

## Working with these fonts

Not found on Google Fonts? Instructions to follow 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. Hard-reload the page and navigate around to capture font URLs.
4. Download and save the font files locally.
5. Extract CSS @font-face declarations for local use.

## Machine-Readable Profile

```json
{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "sf pro text",
   "count": 5
  },
  {
   "family": "sf pro icons",
   "count": 5
  },
  {
   "family": "helvetica neue",
   "count": 5
  },
  {
   "family": "helvetica",
   "count": 5
  },
  {
   "family": "arial",
   "count": 5
  },
  {
   "family": "sans-serif",
   "count": 5
  }
 ],
 "colors": {
  "primary": "#79FFE1",
  "secondary": "#FF0080",
  "accent": "#0070F3",
  "background": "#DDDDDD",
  "textPrimary": "#0070F3",
  "link": "#0070F3"
 },
 "typography": {
  "fontFamilies": {
   "primary": "sf pro text",
   "heading": "sf pro text"
  },
  "fontStacks": {
   "body": [
    "sf pro text",
    "sf pro icons",
    "helvetica neue",
    "helvetica",
    "arial",
    "sans-serif"
   ],
   "heading": [
    "sf pro text",
    "sf pro icons",
    "helvetica neue",
    "helvetica",
    "arial",
    "sans-serif"
   ],
   "paragraph": [
    "sf pro text",
    "sf pro icons",
    "helvetica neue",
    "helvetica",
    "arial",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "16px",
   "h2": "16px",
   "body": "16px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "4px"
 },
 "components": {},
 "images": {
  "logo": null,
  "favicon": null,
  "ogImage": null
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "unknown"
 },
 "designSystem": {
  "framework": "unknown",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0,
  "colors": 0,
  "overall": 0
 }
}
```
