llms.txt

Coperniq Brand Identity

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

Quick Facts

Field Value
Primary #23433E
Accent #23433E
Body Font Inter
Heading Font Instrument Sans

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: commercial contractors and MEP+E professionals

Coperniq Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Follow this flow 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.

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

{
 "colorScheme": "light",
 "fonts": [
 {"family": "Inter","role": "body"},
 {"family": "Instrument Sans","role": "heading"}
 ],
 "colors": {
 "primary": "#23433E",
 "secondary": "#586174",
 "accent": "#23433E",
 "background": "#FDFDFC",
 "textPrimary": "#000000",
 "link": "#23433E"
 },
 "typography": {
 "fontFamilies": {
 "primary": "Inter",
 "heading": "Instrument Sans"
 },
 "fontStacks": {
 "heading": ["Inter","sans-serif"],
 "body": ["Inter","sans-serif"],
 "paragraph": ["Inter","sans-serif"]
 },
 "fontSizes": {
 "h1": "16px",
 "h2": "48px",
 "body": "14.4px"
 }
 },
 "spacing": {
 "baseUnit": 4,
 "borderRadius": "12px"
 },
 "components": {
 "input": {
 "background": "#FFFFFF",
 "textColor": "#000000",
 "borderColor": null,
 "borderRadius": "10px",
 "borderRadiusCorners": {
 "topLeft": "10px",
 "topRight": "10px",
 "bottomRight": "10px",
 "bottomLeft": "10px"
 },
 "shadow": "rgba(0, 0, 0, 0.06) 0px 1px 2px 0px, rgba(0, 0, 0, 0.04) 0px 0px 0px 1px"
 },
 "buttonPrimary": {
 "background": "#23433E",
 "textColor": "#DDEDEA",
 "borderRadius": "10.5px",
 "borderRadiusCorners": {
 "topLeft": "10.5px",
 "topRight": "10.5px",
 "bottomRight": "10.5px",
 "bottomLeft": "10.5px"
 },
 "shadow": "rgba(0, 0, 0, 0.2) 0px 2px 7px 1px"
 },
 "buttonSecondary": {
 "background": "#FFFFFF",
 "textColor": "#000000",
 "borderColor": "#E6E6E7",
 "borderRadius": "10.5px",
 "borderRadiusCorners": {
 "topLeft": "10.5px",
 "topRight": "10.5px",
 "bottomRight": "10.5px",
 "bottomLeft": "10.5px"
 },
 "shadow": "none"
 }
 },
 "images": {
 "logo": "https://cdn.prod.website-files.com/648382c3b35916e18f783442/64919c471dc70562882a84a9_coperniq-logo-dark.svg",
 "favicon": "https://cdn.prod.website-files.com/648382c3b35916e18f783442/68baa69c52ce175133407351_favicon-32x32.png",
 "ogImage": "https://cdn.prod.website-files.com/648382c3b35916e18f783442/6917c834176bd7b5d1c27cfc_Coperniq%20Commercial%20Contractor%20Platform%20for%20MEP%2BE.png",
 "logoHref": "https://coperniq.io"
 },
 "personality": {
 "tone": "professional",
 "energy": "medium",
 "targetAudience": "commercial contractors and MEP+E professionals"
 },
 "designSystem": {
 "framework": "custom",
 "componentLibrary": ""
 },
 "confidence": {
 "buttons": 0.95,
 "colors": 0.9,
 "overall": 0.925
 }
}