llms.txt

Viam Brand Identity

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

Quick Facts

Field Value
Primary #C4F400
Accent #000000
Body Font Public Sans
Heading Font Space Grotesk

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: software engineers

Viam Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Instructions to 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.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. View the page's CSS and copy out the matching @font-face declarations.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Public Sans",
   "role": "body"
  },
  {
   "family": "Roboto Mono",
   "role": "monospace"
  },
  {
   "family": "Space Grotesk",
   "role": "heading"
  }
 ],
 "colors": {
  "primary": "#C4F400",
  "secondary": "#0050BD",
  "accent": "#000000",
  "background": "#FFFFFF",
  "textPrimary": "#000000",
  "link": "#6CC3FD"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Public Sans",
   "heading": "Space Grotesk"
  },
  "fontStacks": {
   "heading": [
    "Public Sans",
    "sans-serif"
   ],
   "body": [
    "Space Grotesk",
    "sans-serif"
   ],
   "paragraph": [
    "Space Grotesk",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "60px",
   "h2": "36px",
   "body": "14px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "5px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#000000",
   "textColor": "#FFFFFF",
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#B3B3B3",
   "textColor": "#FFFFFF",
   "borderColor": "#FFFFFF",
   "borderRadius": "2px",
   "borderRadiusCorners": {
    "topLeft": "2px",
    "topRight": "2px",
    "bottomRight": "2px",
    "bottomLeft": "2px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://cdn.prod.website-files.com/62fba5686b6d47fe2a1ed2a6/62fba5686b6d47723d1ed2af_VIAM-logo-white.svg",
  "favicon": "https://cdn.prod.website-files.com/62fba5686b6d47fe2a1ed2a6/62fba8904abfacc1e1338f10_viam-favicon.png",
  "ogImage": "https://cdn.prod.website-files.com/62fba5686b6d47fe2a1ed2a6/63404a4db2c39ec3fbf1ed31_viam-open-graph-images.png",
  "logoHref": "/",
  "logoAlt": "Viam Logo"
 },
 "personality": {
  "tone": "modern",
  "energy": "medium",
  "targetAudience": "software engineers"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.95,
  "colors": 0.9,
  "overall": 0.925
 }
}