# MantleBio Brand Identity

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

- Page: https://characterquilt.com/branding/mantlebio
- Machine-readable JSON: https://characterquilt.com/branding/mantlebio.json

## Quick Facts

| Field | Value |
|---|---|
| Primary | #EDEADE |
| Accent | #A2A8FF |
| Body Font | FK Grotesk Regular |
| Heading Font | FK Grotesk Medium |

## Color Palette

- primary: #EDEADE
- secondary: #A2A8FF
- accent: #A2A8FF
- background: #222C32
- textPrimary: #222C32
- link: #222C32

## Typography

- primary: FK Grotesk Regular — https://fonts.google.com/specimen/FK+Grotesk+Regular
- heading: FK Grotesk Medium — https://fonts.google.com/specimen/FK+Grotesk+Medium

## Visual Assets

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

## UI Components

- buttonPrimary: background=#A2A8FF, textColor=#0000EE, borderRadius=11px, shadow=none
- buttonSecondary: background=#EDEADE, textColor=#0000EE, borderRadius=20px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: biotechnology professionals

## MantleBio Brand in the Wild

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

- **Intro to Bioinformatics Engineering, Part 2: Docker**  
  - Image:   
  - Source: [https://blog.mantlebio.com/p/intro-to-bioinformatics-engineering-681](https://blog.mantlebio.com/p/intro-to-bioinformatics-engineering-681)  
- **Cloud Computing for Life Science: The Way Forward**  
  - Image:   
  - Source: [https://blog.mantlebio.com/p/cloud-computing-for-life-science](https://blog.mantlebio.com/p/cloud-computing-for-life-science)  
- **Designing for Life Science – from 0 to 1**  
  - Image:   
  - Source: [https://blog.mantlebio.com/p/designing-for-life-science-from-0](https://blog.mantlebio.com/p/designing-for-life-science-from-0)  
- **Intro to Bioinformatics Engineering, Part 1: The Purpose of Pipelines**  
  - Image:   
  - Source: [https://blog.mantlebio.com/p/intro-to-bioinformatics-engineering](https://blog.mantlebio.com/p/intro-to-bioinformatics-engineering)  
- **Intro to Bioinformatics Engineering, Part 2: Docker**  
  - Image:   
  - Source: [https://blog.mantlebio.com/p/intro-to-bioinformatics-engineering-681](https://blog.mantlebio.com/p/intro-to-bioinformatics-engineering-681)  
- **Designing for Life Science – from 0 to 1**  
  - Image:   
  - Source: [https://blog.mantlebio.com/p/designing-for-life-science-from-0](https://blog.mantlebio.com/p/designing-for-life-science-from-0)

## Working with these fonts

Not found on Google Fonts? Instructions that you can follow if you have permission to use the fonts:

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.
