# Combinely Brand Identity

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

## 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 — [Link](https://fonts.google.com/specimen/Geist)
- heading: Playfair Display — [Link](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: [Link](https://www.combinely.ai/blog)  
- **VAT return reviews: an extra pair of eyes | Combinely**  
  - Image:   
  - Source: [Link](https://www.combinely.ai/blog/blusky-vat-reviews)  
- **Combinely.ai - Accounting, Powered by Agents**  
  - Image:   
  - Source: [Link](https://www.combinely.ai/blog)  
- **Combinely.ai - Accounting, Powered by Agents**  
  - Image:   
  - Source: [Link](https://combinely.ai/)  
- **Combinely.ai - Accounting, Powered by Agents**  
  - Image:   
  - Source: [Link](https://www.combinely.ai/blog)  
- **Combinely.ai - Accounting, Powered by Agents**  
  - Image:   
  - Source: [Link](https://www.combinely.ai/blog)

## Working with these fonts

Not found on Google Fonts? 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 alternative extensions).
3. Hard-reload the page and navigate to capture specific fonts.
4. Save each font URL locally.
5. Extract and rewrite CSS @font-face declarations.

## Machine-Readable Profile

```json
{
 "colorScheme": "light",
 "fonts": [
 {  
 "family": "Geist",
 "role": "body"
 },
 {  
 "family": "Playfair Display",
 "role": "heading"  
 }
 ],
 "colors": {
 "primary": "#000000",
 "accent": "#1A1918",
 "background": "#FFFFFF",
 "textPrimary": "#030303",
 "link": "#000000"
 },
 "typography": {
 "fontFamilies": {
 "primary": "Geist",
 "heading": "Playfair Display"
 },
 "fontStacks": {
 "heading": [
 "Playfair Display",
 "Georgia",
 "serif"
 ],
 "body": [
 "Geist"
 ],
 "paragraph": [
 "Geist"
 ]
 },
 "fontSizes": {
 "h1": "72px",
 "h2": "30px",
 "body": "16px"
 }
 },
 "spacing": {
 "baseUnit": 8,
 "borderRadius": "0px"
 },
 "components": {
 "buttonPrimary": {
 "background": "#1A1918",
 "textColor": "#FFFFFF",
 "borderColor": "#FFFFFF",
 "borderRadius": "0px",
 "shadow": "none"
 },
 "buttonSecondary": {
 "background": "#FFFFFF",
 "textColor": "#0F0E0D",
 "borderColor": "#FFFFFF",
 "borderRadius": "0px",
 "shadow": "none"
 }
 },
 "images": {
 "logo": "https://www.combinely.ai/images/logo.svg",
 "favicon": "https://www.combinely.ai/icon.svg",
 "ogImage": null,
 "logoHref": "/",
 "logoAlt": "Combinely"
 },
 "personality": {
 "tone": "professional",
 "energy": "medium",
 "targetAudience": "business professionals seeking accounting solutions"
 },
 "designSystem": {
 "framework": "tailwind",
 "componentLibrary": ""
 },
 "confidence": {
 "buttons": 0.9,
 "colors": 0.9,
 "overall": 0.9
 }
}
```
