# Combinely Brand Identity

A complete profile of **Combinely**'s visual system — colors, typography, components, and personality — extracted from https://combinely.ai. Built for designers, agents, and AI tools.

## Quick Facts

| Field | Value |
|---|---|
| Primary | #000000 |
| Accent | #1A1918 |
| Body Font | Geist |
| Heading Font | Playfair Display |

## Color Palette

- primary: #000000
- accent: #1A1918
- background: #FFFFFF
- textPrimary: #030303
- link: #000000

## Typography

- primary: Geist — https://fonts.google.com/specimen/Geist
- heading: Playfair Display — https://fonts.google.com/specimen/Playfair+Display

## Visual Assets

- Logo: 
- Favicon:

## UI Components

- buttonPrimary: background=#1A1918, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=0px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#0F0E0D, borderColor=#FFFFFF, borderRadius=0px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: business professionals seeking accounting solutions

## Combinely Brand in the Wild

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

- **Combinely.ai - Accounting, Powered by Agents**
  - Image: 
  - Source: https://www.combinely.ai/blog
- **VAT return reviews: an extra pair of eyes | Combinely**
  - Image: 
  - Source: https://www.combinely.ai/blog/blusky-vat-reviews
- **Combinely.ai - Accounting, Powered by Agents**
  - Image: 
  - Source: https://www.combinely.ai/blog
- **Combinely.ai - Accounting, Powered by Agents**
  - Image: 
  - Source: https://combinely.ai/
- **Combinely.ai - Accounting, Powered by Agents**
  - Image: 
  - Source: https://www.combinely.ai/blog
- **Combinely.ai - Accounting, Powered by Agents**
  - Image: 
  - Source: https://www.combinely.ai/blog

## Working with these fonts

Not found on Google Fonts? Agent Instructions that you can 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" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
