llms.txt

Nox Metals Brand Identity

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

Quick Facts

Field Value
Primary #FFFFFF
Accent #FFFFFF
Body Font Inter
Heading Font Orbitron

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: industrial professionals

Nox Metals Brand in the Wild

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

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

{
 "colorScheme": "dark",
 "fonts": [
  {
   "family": "Inter",
   "role": "body"
  },
  {
   "family": "Orbitron",
   "role": "heading"
  }
 ],
 "colors": {
  "primary": "#FFFFFF",
  "accent": "#FFFFFF",
  "background": "#000000",
  "textPrimary": "#FFFFFF",
  "link": "#FFFFFF"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Inter",
   "heading": "Orbitron"
  },
  "fontStacks": {
   "heading": [
    "Inter",
    "ui-sans-serif",
    "system-ui",
    "sans-serif"
   ],
   "body": [
    "Inter",
    "ui-sans-serif",
    "system-ui",
    "sans-serif"
   ],
   "paragraph": [
    "Inter",
    "ui-sans-serif",
    "system-ui",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "72px",
   "h2": "48px",
   "body": "20px"
  }
 },
 "spacing": {
  "baseUnit": 8,
  "borderRadius": "0px"
 },
 "components": {
  "input": {
   "background": "#000000",
   "textColor": "#FFFFFF",
   "borderColor": "#141414",
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "shadow": "none"
  },
  "buttonPrimary": {
   "background": "#FFFFFF",
   "textColor": "#000000",
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px"
  },
  "buttonSecondary": {
   "background": "#000000",
   "textColor": "#FFFFFF",
   "borderColor": "#4D4D4D",
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": null,
  "favicon": "https://noxmetals.co/favicon.ico",
  "ogImage": null
 },
 "__llm_button_reasoning": {
  "primary": {
   "index": 0,
   "text": "Get Instant Quote",
   "reasoning": "Button #0, 'Get Instant Quote', is likely the primary CTA due to its action-oriented text, which suggests a direct engagement with the service offered. It stands out as a key action for users interested in the product."
  },
  "secondary": {
   "index": 1,
   "text": "Gondor",
   "reasoning": "Button #1, 'Gondor', is selected as secondary because it has a different background color (#000000) and appears less prominent than the primary CTA, possibly serving a supporting role."
  },
  "confidence": 0.95
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "industrial professionals"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.95,
  "colors": 0.9,
  "overall": 0.925
 },
 "__llm_metadata": {
  "logoSelection": {
   "llmCalled": false,
   "llmSucceeded": false,
   "finalSource": "none"
  },
  "buttonClassification": {
   "llmCalled": true,
   "llmSucceeded": true
  }
 }
}