llms.txt

Kita Brand Identity

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

Quick Facts

Field Value
Primary #418D62
Accent #E7E7E7
Body Font Public Sans
Heading Font DM Serif Display

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: financial institutions in emerging markets

Kita Brand in the Wild

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

Working with these fonts

Not found on Google Fonts?

CharacterQuilt.com suggests this flow that can help:

  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.

Machine-Readable Profile

{
 "colorScheme": "dark",
 "fonts": [
 {"family": "Public Sans","role": "body"},
 {"family": "DM Serif Display","role": "heading"}
 ],
 "colors": {
 "primary": "#418D62",
 "secondary": "#15241C",
 "accent": "#E7E7E7",
 "background": "#0A0A0A",
 "textPrimary": "#FFFFFF",
 "link": "#1B3124"
 },
 "typography": {
 "fontFamilies": {
 "primary": "Public Sans",
 "heading": "DM Serif Display"
 },
 "fontStacks": {
 "heading": ["DM Serif Display", "Georgia", "serif"],
 "body": ["Public Sans", "Arial", "sans-serif"],
 "paragraph": ["Public Sans", "Arial", "sans-serif"]
 },
 "fontSizes": {
 "h1": "64.8px",
 "h2": "43.2px",
 "body": "16.2px"
 }
 },
 "spacing": {
 "baseUnit": 12,
 "borderRadius": "0px"
 },
 "components": {
 "buttonPrimary": {
 "background": "#E7E7E7",
 "textColor": "#171717",
 "borderRadius": "9999px",
 "borderRadiusCorners": {"topLeft": "9999px","topRight": "9999px","bottomRight": "9999px","bottomLeft": "9999px"},
 "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px"
 },
 "buttonSecondary": {
 "background": "#0A0A0A",
 "textColor": "#FFFFFF",
 "borderColor": "#545454",
 "borderRadius": "9999px",
 "borderRadiusCorners": {"topLeft": "9999px","topRight": "9999px","bottomRight": "9999px","bottomLeft": "9999px"},
 "shadow": "none"
 }
 },
 "images": {
 "logo": "https://www.usekita.com/Group_14-1.png",
 "favicon": "https://www.usekita.com/favicon.ico",
 "ogImage": null,
 "logoHref": "/",
 "logoAlt": "Kita Logo"
 },
 "personality": {
 "tone": "professional",
 "energy": "medium",
 "targetAudience": "financial institutions in emerging markets"
 },
 "designSystem": {
 "framework": "tailwind",
 "componentLibrary": ""
 },
 "confidence": {
 "buttons": 0.9,
 "colors": 0.9,
 "overall": 0.9
 }
}