# CB Therapeutics Brand Identity

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

## Quick Facts

| Field | Value |
|---|---|
| Primary | #1D1F3A |
| Accent | #FCD60B |
| Body Font | Oxygen |
| Heading Font | Oxygen |

## Color Palette

- primary: #1D1F3A
- secondary: #2098D1
- accent: #FCD60B
- background: #FFFFFF
- textPrimary: #000000
- link: #FCD60B

## Typography

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

## Visual Assets

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

## UI Components

- input: background=#FFFFFF, textColor=#9DA0A5, borderColor=#DCDEE1, borderRadius=0px, shadow=none
- buttonPrimary: background=#1D1F3A, textColor=#FFFFFF, borderColor=#1D1F3A, borderRadius=0px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#1D1F3A, borderColor=#FFFFFF, borderRadius=0px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: scientific and ecological communities

## CB Therapeutics Brand in the Wild

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

- **Meet the Esteemed CB Therapeutics Team**  
  - Image:   
  - Source: [Team](https://www.cbthera.com/team/)  
- **Meet the Esteemed CB Therapeutics Team**  
  - Image:   
  - Source: [Team](https://www.cbthera.com/team/)  
- **About the CB Therapeutics Scientific Platform**  
  - Image:   
  - Source: [Mental Health](https://www.cbthera.com/mental-health/)  
- **About the CB Therapeutics Scientific Platform**  
  - Image:   
  - Source: [Science](https://www.cbthera.com/science-2/)  
- **CB Therapeutics | Advanced Synthetic Biology For Human Health and  Ecological Sustainability**  
  - Image:   
  - Source: [Home](https://www.cbthera.com/)  
- **CB Therapeutics | Advanced Synthetic Biology For Human Health and  Ecological Sustainability**  
  - Image:   
  - Source: [Home](https://www.cbthera.com/)

## Working with these fonts

Not found on Google Fonts? Here’s a suggested 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.
