# Enzyme Brand Identity

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

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

## Quick Facts

| Field | Value |
|---|---|
| Primary | #000000 |
| Accent | #000000 |
| Body Font | Helvetica Neue |
| Heading Font | Helvetica Neue |

## Color Palette

- primary: #000000
- accent: #000000
- background: #F8F8F8
- textPrimary: #333333
- link: #000000

## Typography

- primary: Helvetica Neue — https://fonts.google.com/specimen/Helvetica+Neue
- heading: Helvetica Neue — https://fonts.google.com/specimen/Helvetica+Neue

## Brand Personality

Tone: professional · Energy: medium · Audience: unknown

## Enzyme Brand in the Wild

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

- **HDE – Enzyme**
  - Image: https://i0.wp.com/www.enzyme.com/wp-content/uploads/2023/08/Could-You-Benefit-from-FDAs-Q-Submission-Program_1200x630.jpg?resize=945%2C630&ssl=1
  - Source: https://www.enzyme.com/blog/tag/hde/
- **Signs of Renewed Interests in FDA Third-Party Review Program - Enzyme**
  - Image: https://i0.wp.com/www.enzyme.com/wp-content/uploads/2024/10/ChangesAhead.jpg?fit=2121%2C1414&ssl=1
  - Source: https://www.enzyme.com/blog/signs-of-renewed-interests-in-fda-third-party/
- **The Cost of Poor Regulatory: MedTech's Elephant in the Room?**
  - Image: https://i0.wp.com/www.enzyme.com/wp-content/uploads/2024/10/iStock-666193868-1.jpg?fit=2105%2C1219&ssl=1
  - Source: https://www.enzyme.com/blog/the-cost-of-poor-regulatory-medtechs-elephant-in-the-room/
- **About Enzyme: Michelle Avila, Customer Success & Quality Solutions Manager**
  - Image: https://i0.wp.com/enzyme.imgix.net/2023/05/Michelle-Avila_enzyme.jpg?w=1200&ssl=1
  - Source: https://www.enzyme.com/about/michelle-avila/
- **Pen-and-Phone Approach to Regulation Endangers FDA's Legitimacy**
  - Image: https://i0.wp.com/www.enzyme.com/wp-content/uploads/2023/04/FDA_Editorial_1200x630.jpg?fit=1200%2C630&ssl=1
  - Source: https://www.enzyme.com/blog/editorial/
- **About Enzyme: Michelle Avila, Customer Success & Quality Solutions Manager**
  - Image: https://i0.wp.com/enzyme.imgix.net/2023/04/SOC-2-Type-2.png?w=1200&ssl=1
  - Source: https://www.enzyme.com/about/michelle-avila/

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