llms.txt

Cifrato Brand Identity

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

Quick Facts

Field Value
Primary #05AB5A
Accent #05AB5A
Body Font Manrope
Heading Font Manrope

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: businesses looking for automated invoice solutions

Cifrato Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Here is a suggested flow to 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.
  4. For each captured font URL, download the file locally.
  5. Copy out the matching @font-face declarations from the CSS. Rewrite to point to your local file path.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Manrope",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#05AB5A",
    "secondary": "#4CAF50",
    "accent": "#05AB5A",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#E6F7EF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Manrope",
      "heading": "Manrope"
    },
    "fontStacks": {
      "heading": [
        "Manrope",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "Segoe UI",
        "Roboto",
        "Arial"
      ],
      "body": [
        "Manrope",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "Segoe UI",
        "Roboto",
        "Arial"
      ],
      "paragraph": [
        "Manrope",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "Segoe UI",
        "Roboto",
        "Arial"
      ]
    },
    "fontSizes": {
      "h1": "58px",
      "h2": "20px",
      "body": "32px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#05AB5A",
      "textColor": "#FFFFFF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cifrato.ai/images/logos/cifrato-long.svg",
    "favicon": "https://cifrato.ai/favicon.ico",
    "ogImage": "https://cifrato.ai/og/default.png",
    "logoHref": "/",
    "logoAlt": "Cifrato - Plataforma de Facturas Electrónicas"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses looking for automated invoice solutions"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  }
}