# Mantys Brand Identity

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

- Page: https://characterquilt.com/branding/mantys
- Machine-readable JSON: https://characterquilt.com/branding/mantys.json
- Per-page llms.txt: https://characterquilt.com/branding/mantys/llms.txt

## Quick Facts

| Field | Value |
|---|---|
| Primary | #261B32 |
| Accent | #5281E0 |
| Body Font | Roboto |
| Heading Font | Roboto |

## Color Palette

- primary: #261B32
- secondary: #E0D7EA
- accent: #5281E0
- background: #F7F3FC
- textPrimary: #5281E0
- link: #5281E0

## Typography

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

## Visual Assets

- Logo: https://www.mantys.io/assets/mantys-logo-2-sAAKVH.png
- Favicon: https://storage.googleapis.com/gpt-engineer-file-uploads/z8IKKwEmPAhfwYYPPxhZOopUWDh2/uploads/1760449321433-1664289014141%20(1).jpeg
- Social card (og:image): https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/4d12087b-1630-4d9c-a0e6-c28f2996aad3/id-preview-ca3221e6--0f625763-3104-4815-89b0-f2f8cdb05794.lovable.app-1773644206790.png

## UI Components

- buttonPrimary: background=#5281E0, textColor=#FFFFFF, borderRadius=10px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: businesses looking for AI solutions

## Mantys Brand in the Wild

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

- **Mantys - Automate Eligibility Verification with AI**
  - Image: https://mantys.io/assets/simplex-registration-form-9y3fpf9i.png
  - Source: https://mantys.io/patient-registration
- **Mantys - Automate Eligibility Verification with AI**
  - Image: https://mantys.io/assets/hospital-night-scene-D--IddqJ.jpg
  - Source: https://mantys.io/patient-registration
- **Mantys - Automate Eligibility Verification with AI**
  - Image: https://mantys.io/assets/healthflow-eligibility-CjFie2tx.png
  - Source: https://mantys.io/patient-registration
- **Mantys - Automate Eligibility Verification with AI**
  - Image: https://mantys.io/assets/claims-dashboard-B0dXSaw4.png
  - Source: https://mantys.io/eligibility-verification
- **Mantys - Automate Eligibility Verification with AI**
  - Image: https://i.ytimg.com/vi/f4gI54E84yA/maxresdefault.jpg
  - Source: https://www.mantys.io/case-studies
- **Mantys - Automate Eligibility Verification with AI**
  - Image: https://mantys.io/assets/aster-hospital-CULx2W-y.png
  - Source: https://mantys.io/contact

## Working with these fonts

Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the 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.

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#261B32",
    "secondary": "#E0D7EA",
    "accent": "#5281E0",
    "background": "#F7F3FC",
    "textPrimary": "#5281E0",
    "link": "#5281E0"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "sans-serif"
      ],
      "body": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "sans-serif"
      ],
      "paragraph": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "36px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#5281E0",
      "textColor": "#FFFFFF",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.mantys.io/assets/mantys-logo-2-sAAKVH.png",
    "favicon": "https://storage.googleapis.com/gpt-engineer-file-uploads/z8IKKwEmPAhfwYYPPxhZOopUWDh2/uploads/1760449321433-1664289014141%20(1).jpeg",
    "ogImage": "https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/4d12087b-1630-4d9c-a0e6-c28f2996aad3/id-preview-ca3221e6--0f625763-3104-4815-89b0-f2f8cdb05794.lovable.app-1773644206790.png",
    "logoHref": "/",
    "logoAlt": "Mantys"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Mantys'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Talk to Us",
      "reasoning": "The 'Talk to Us' button is likely the primary CTA due to its action-oriented text, suggesting direct engagement with the company, which is often prioritized over informational actions like 'Learn More'."
    },
    "secondary": {
      "index": 0,
      "text": "Learn More",
      "reasoning": "The 'Learn More' button serves as a secondary action, providing additional information rather than direct engagement."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses looking for AI solutions"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Mantys'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}
```
