# Industrial Microbes Brand Identity

A complete profile of **Industrial Microbes**'s visual system — colors, typography, components, and personality — extracted from http://imicrobes.com. Built for designers, agents, and AI tools.

## Quick Facts

| Field | Value |
|---|---|
| Primary | #115833 |
| Accent | #3EAB47 |
| Body Font | Inter |
| Heading Font | adelle-sans |

## Color Palette

- primary: #115833
- accent: #3EAB47
- background: #F9FAF9
- textPrimary: #151A1E
- link: #3EAB47

## Typography

- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: adelle-sans — https://fonts.google.com/specimen/adelle-sans

## Visual Assets

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

## UI Components

- input: background=#FFFFFF, textColor=#000000, borderColor=#DBDCDB, borderRadius=0px, shadow=none
- buttonPrimary: background=#115833, textColor=#FFFFFF, borderRadius=300px, shadow=none
- buttonSecondary: background=#F9FAF9, textColor=#151A1E, borderRadius=0px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: businesses interested in sustainable materials

## Industrial Microbes Brand in the Wild

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

- **How to design a biomanufacturing process for success — Industrial Microbes**
  - Image: 
  - Source: [Link](https://www.imicrobes.com/blog/cost-competitive-biomanufacturing)
- **Latest news in biotech and the circular economy | Press — Industrial Microbes**
  - Image: 
  - Source: [Link](https://www.imicrobes.com/press)
- **Technology | Patented microbes turn methane emissions into net zero materials | iMicrobes — Industrial Microbes**
  - Image: 
  - Source: [Link](https://www.imicrobes.com/technology)
- **Biotech, net-zero production, and climate insights blog | iMicrobes — Industrial Microbes**
  - Image: 
  - Source: [Link](https://www.imicrobes.com/blog)
- **iMicrobes Seed Round — Industrial Microbes**
  - Image: 
  - Source: [Link](https://www.imicrobes.com/blog/seed)
- **Biotech, net-zero production, and climate insights blog | iMicrobes — Industrial Microbes**
  - Image: 
  - Source: [Link](https://www.imicrobes.com/blog)

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