# Conductor Quantum Brand Identity

A complete profile of **Conductor Quantum**'s visual system — colors, typography, components, and personality.

## Quick Facts

| Field      | Value       |
|------------|-------------|
| Primary    | #FF8904     |
| Accent     | #FF8904     |
| Body Font  | Inter       |
| Heading Font| Inter      |

## Color Palette

- primary: #FF8904
- accent: #FF8904
- background: #FFFFFF
- textPrimary: #262625
- link: #FF8904

## Typography

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

## Visual Assets

- Logo: data:image/svg+xml;utf8,%3Csvg%20class%3D%22h-7%20w-7%20text-ink%20hover%3Acursor-pointer%20transition-all%20duration-700%22%20viewBox%3D%220%200%20182%20400%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M125.843%20400V315.249L0%20373.676V0H55.8588V77.0466L181.701%2017.9775V400H125.843ZM55.8588%20270.305L125.843%20237.56V121.348L55.8588%20154.093V270.305Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(38%2C%2038%2C%2037)%20!important%3B%22%2F%3E%3C%2Fsvg%3E
- Favicon: https://www.conductorquantum.com/favicon_icons/favicon.ico
- Social card (og:image): https://conductorquantum.com/conductor-og.jpg

## UI Components

- buttonPrimary: background=#FF8904, textColor=#FFFFFF, borderRadius=33554400px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 0px 0px
- buttonSecondary: background=#F6F4F2, textColor=#2E2E2E, borderColor=#E8E6E2, borderRadius=14px, shadow=none

## Brand Personality

Tone: modern · Energy: medium · Audience: technology professionals interested in quantum computing

## Conductor Quantum Brand in the Wild

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

- **Announcing Stanza: A New Framework for Quantum Device Tune‑Ups**
  - Image: https://substackcdn.com/image/fetch/$s_!4_qZ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71c566bf-82cf-4dd3-9424-235c85af8c00_5087x6029.png
  - Source: https://blog.conductorquantum.com/p/announcing-stanza-a-new-framework
- **Terms of Service | Conductor | Conductor**
  - Image: https://www.conductorquantum.com/favicon_icons/favicon-512x512.png
  - Source: https://www.conductorquantum.com/terms
- **Conductor Quantum Documentation | Conductor Quantum | Docs**
  - Image: https://files.buildwithfern.com/https://conductor-quantum.docs.buildwithfern.com/83d6052111f4326a060d2e80a9cc375faea6705f01f1cc7e14b47a2e01dd3dfc/assets/coulomb-diamond-detector-v0-chained-output.png
  - Source: https://docs.conductorquantum.com/
- **Conductor Quantum | Substack**
  - Image: https://substackcdn.com/image/youtube/w_728,c_limit/irIYMt6_BcQ
  - Source: https://blog.conductorquantum.com/
- **Using Coulomb Diamond Models | Conductor Quantum | Documentation**
  - Image: https://files.buildwithfern.com/https://conductor-quantum.docs.buildwithfern.com/25f102a4a649727b444a00be7354f4868a93b6cadb0cbb13d859c5e3fb595933/assets/coulomb-diamond-detector-v0-sim-output.png
  - Source: https://docs.conductorquantum.com/models/models/coulomb-diamond
- **Conductor Quantum Documentation | Conductor Quantum | Docs**
  - Image: https://files.buildwithfern.com/https://conductor-quantum.docs.buildwithfern.com/1ae48b636e0644678458e1da1de1db3d87ddb8a75e464ee935971274102c09c5/assets/charge-stability-diagram-transition-detector-v0-input.png
  - Source: https://docs.conductorquantum.com/

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

## Machine-Readable Profile

```json
{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Inter",
   "role": "body"
  }
 ],
 "colors": {
  "primary": "#FF8904",
  "accent": "#FF8904",
  "background": "#FFFFFF",
  "textPrimary": "#262625",
  "link": "#FF8904"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Inter",
   "heading": "Inter"
  },
  "fontStacks": {
   "heading": [
    "Inter",
    "ui-sans-serif",
    "system-ui",
    "-apple-system",
    "BlinkMacSystemFont",
    "sans-serif"
   ],
   "body": [
    "Inter",
    "ui-sans-serif",
    "system-ui",
    "-apple-system",
    "BlinkMacSystemFont",
    "sans-serif"
   ],
   "paragraph": [
    "Inter",
    "ui-sans-serif",
    "system-ui",
    "-apple-system",
    "BlinkMacSystemFont",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "32px",
   "h2": "30px",
   "body": "20px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "0px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#FF8904",
   "textColor": "#FFFFFF",
   "borderRadius": "33554400px",
   "borderRadiusCorners": {
    "topLeft": "33554400px",
    "topRight": "33554400px",
    "bottomRight": "33554400px",
    "bottomLeft": "33554400px"
   },
   "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 0px 0px"
  },
  "buttonSecondary": {
   "background": "#F6F4F2",
   "textColor": "#2E2E2E",
   "borderColor": "#E8E6E2",
   "borderRadius": "14px",
   "borderRadiusCorners": {
    "topLeft": "14px",
    "topRight": "14px",
    "bottomRight": "14px",
    "bottomLeft": "14px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "data:image/svg+xml;utf8,%3Csvg%20class%3D%22h-7%20w-7%20text-ink%20hover%3Acursor-pointer%20transition-all%20duration-700%22%20viewBox%3D%220%200%20182%20400%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M125.843%20400V315.249L0%20373.676V0H55.8588V77.0466L181.701%2017.9775V400H125.843ZM55.8588%20270.305L125.843%20237.56V121.348L55.8588%20154.093V270.305Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(38%2C%2038%2C%2037)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
  "favicon": "https://www.conductorquantum.com/favicon_icons/favicon.ico",
  "ogImage": "https://conductorquantum.com/conductor-og.jpg",
  "logoHref": "/"
 },
 "personality": {
  "tone": "modern",
  "energy": "medium",
  "targetAudience": "technology professionals interested in quantum computing"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.95,
  "colors": 0.9,
  "overall": 0.925
 }
}
```
