llms.txt

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

Typography

Visual Assets

UI Components

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.

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

{
 "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
 }
}