llms.txt

Cofactor Genomics Brand Identity

A complete profile of Cofactor Genomics's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #F88820
Accent #F88820
Body Font Lato
Heading Font Trade Gothic Next Condensed

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: scientists and researchers in genomics

Cofactor Genomics Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Here are instructions for using 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 (specific routes load only certain weights).
  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 matching @font-face declarations. Rewrite each src: url(...) to point to your local file path.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Lato",
      "role": "body"
    },
    {
      "family": "Trade Gothic Next Condensed",
      "role": "heading"
    },
    {
      "family": "Vollkorn",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#F88820",
    "secondary": "#5472D2",
    "accent": "#F88820",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#75D69C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Lato",
      "heading": "Trade Gothic Next Condensed"
    },
    "fontStacks": {
      "heading": [
        "trade-gothic-next-condensed",
        "sans-serif"
      ],
      "body": [
        "Lato"
      ],
      "paragraph": [
        "trade-gothic-next-condensed",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "54px",
      "h2": "38px",
      "body": "54px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#FDFDFD",
      "textColor": "#767676",
      "borderColor": "#E3E3E3",
      "borderRadius": "0px",
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#F88820",
      "textColor": "#FFFFFF",
      "borderRadius": "5px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "3px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cofactorgenomics.com/wp-content/uploads/2016/10/cofactor_logo_light.png",
    "favicon": "https://cofactorgenomics.com/wp-content/themes/jupiter/assets/images/favicon.png",
    "ogImage": "https://cofactorgenomics.com/wp-content/uploads/2016/09/cropped-cofactor_logo_final_black-square.jpg",
    "logoHref": "https://cofactorgenomics.com/",
    "logoAlt": "The Leaders in RNA-Seq"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "scientists and researchers in genomics"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  }
}