# Chipax Brand Identity

A complete profile of **Chipax**'s visual system — colors, typography, components, and personality — extracted from https://www.chipax.com. Built for designers, agents, and AI tools.

## Quick Facts

| Field | Value |
|---|---|
| Primary | #0D968B |
| Accent | #BDFFDD |
| Body Font | Satoshi |
| Heading Font | Satoshi |

## Color Palette

- primary: #0D968B
- accent: #BDFFDD
- background: #FFFFFF
- textPrimary: #000000
- link: #0000EE

## Typography

- primary: Satoshi — https://fonts.google.com/specimen/Satoshi
- heading: Satoshi — https://fonts.google.com/specimen/Satoshi

## Visual Assets

- Logo: 
- Favicon: 
- Social card (og:image):

## UI Components

- buttonPrimary: background=#BDFFDD, textColor=#0000EE, borderRadius=12px, shadow=rgba(13, 150, 139, 0.18) 0px 0.602187px 0.602187px -1.25px, rgba(13, 150, 139, 0.16) 0px 2.28853px 2.28853px -2.5px, rgba(13, 150, 139, 0.06) 0px 10px 10px -3.75px
- buttonSecondary: background=#FFFFFF, textColor=#0000EE, borderRadius=12px, shadow=rgba(0, 0, 0, 0) 0px 172px 48px 0px, rgba(0, 0, 0, 0.01) 0px 110px 44px 0px, rgba(0, 0, 0, 0.03) 0px 62px 37px 0px, rgba(0, 0, 0, 0.04) 0px 28px 28px 0px, rgba(0, 0, 0, 0.05) 0px 7px 15px 0px

## Brand Personality

Tone: professional · Energy: medium · Audience: business owners and financial managers

## Chipax Brand in the Wild

- **Nat crackers: Lo rico y saludable de sentir la tecnología cerca 🌾**
  - Image: 
  - Source: [Link](https://www.chipax.com/blog/nat-crackers-lo-rico-de-ordenarse)
- **Nat crackers: Lo rico y saludable de sentir la tecnología cerca 🌾**
  - Image: 
  - Source: [Link](https://www.chipax.com/blog/nat-crackers-lo-rico-de-ordenarse)
- **Conoce la historia de Chipax**
  - Image: 
  - Source: [Link](https://www.chipax.com/nosotros)
- **Chipax - Orden y control para las finanzas de tu empresa**
  - Image: 
  - Source: [Link](https://www.chipax.com/novedades)
- **Nicolás Barrios de Adity: “Entender la rentabilidad del negocio es clave”**
  - Image: 
  - Source: [Link](https://www.chipax.com/blog/nicolas-barrios-de-adity-entender-la-rentabilidad-del-negocio-es-clave)
- **Por qué es tan cool trabajar en Chipax?**
  - Image: 
  - Source: [Link](https://www.chipax.com/blog/por-que-es-tan-cool-trabajar-en-chipax)

## 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.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.
