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
- primary: #05AB5A
- secondary: #4CAF50
- accent: #05AB5A
- background: #FFFFFF
- textPrimary: #000000
- link: #E6F7EF
Typography
- primary: Manrope — https://fonts.google.com/specimen/Manrope
- heading: Manrope — https://fonts.google.com/specimen/Manrope
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#05AB5A, textColor=#FFFFFF, borderRadius=4px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderRadius=4px, shadow=none
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.
- Blog | Transformando la contabilidad con Cifrato
- Image:
- Source: https://cifrato.ai/blog
- Bienvenidos al Blog de Cifrato: Contabilidad Inteligente
- Image:
- Source: https://cifrato.ai/blog/cifrato-blog
- Qué es un ERP y por qué es clave para las empresas en Colombia?
- Image:
- Source: https://cifrato.ai/blog/que-es-un-erp-en-colombia
- Cómo pagar tu suscripción en Cifrato: Guía rápida en 3 pasos
- Cómo usar un copiloto contable para cerrar el mes en la mitad de tiempo
- Contabilidad + IA: la nueva era de la automatización contable
Working with these fonts
Not found on Google Fonts? Here is a suggested flow to help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around.
- For each captured font URL, download the file locally.
- 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
}
}