llms.txt

Cekura Brand Identity

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

Quick Facts

Field Value
Primary #A6A7EA
Accent #000000
Body Font Inter
Heading Font Bricolage Grotesque

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: businesses using AI for customer service

Cekura Brand in the Wild

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

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 click around to capture font URLs.
  4. Save the font files locally.
  5. Extract matching @font-face declarations from the CSS.

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

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Inter",
   "role": "body"
  },
  {
   "family": "Bricolage Grotesque",
   "role": "heading"
  }
 ],
 "colors": {
  "primary": "#A6A7EA",
  "secondary": "#374151",
  "accent": "#000000",
  "background": "#FFFFFF",
  "textPrimary": "#000000",
  "link": "#6B7280"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Inter",
   "heading": "Bricolage Grotesque"
  },
  "fontStacks": {
   "heading": [
    "Inter"
   ],
   "body": [
    "Inter"
   ],
   "paragraph": [
    "Inter"
   ]
  },
  "fontSizes": {
   "h1": "60px",
   "h2": "48px",
   "body": "14px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "4px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#000000",
   "textColor": "#FFFFFF",
   "borderColor": "#000000",
   "borderRadius": "12px",
   "borderRadiusCorners": {
    "topLeft": "12px",
    "topRight": "12px",
    "bottomRight": "12px",
    "bottomLeft": "12px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#FFFFFF",
   "textColor": "#000000",
   "borderColor": "#E5E7EB",
   "borderRadius": "6px",
   "borderRadiusCorners": {
    "topLeft": "6px",
    "topRight": "6px",
    "bottomRight": "6px",
    "bottomLeft": "6px"
   },
   "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 1px 2px 0px"
  }
 },
 "images": {
  "logo": "https://www.cekura.ai/logo-dark.svg",
  "favicon": "https://www.cekura.ai/favicon.ico",
  "ogImage": "https://www.cekura.ai/og_image.png",
  "logoHref": "/",
  "logoAlt": "logo"
 },
 "personality": {
  "tone": "modern",
  "energy": "medium",
  "targetAudience": "businesses using AI for customer service"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.95,
  "colors": 0.9,
  "overall": 0.925
 }
}