llms.txt

Fume Brand Identity

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

Quick Facts

Field Value
Primary #F97A22
Accent #F97A22
Body Font Inter
Heading Font Inter

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: tech-savvy professionals

Fume Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Agent 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": "light",
 "fonts": [
   {
     "family": "Inter",
     "role": "body"
   }
 ],
 "colors": {
   "primary": "#F97A22",
   "secondary": "#9CA3AF",
   "accent": "#F97A22",
   "background": "#FFFFFF",
   "textPrimary": "#09090B",
   "link": "#111827"
 },
 "typography": {
   "fontFamilies": {
     "primary": "Inter",
     "heading": "Inter"
   },
   "fontStacks": {
     "heading": [
       "Inter"
     ],
     "body": [
       "Inter"
     ],
     "paragraph": [
       "Inter"
     ]
   },
   "fontSizes": {
     "h1": "16px",
     "h2": "30px",
     "body": "20px"
   }
 },
 "spacing": {
   "baseUnit": 4,
   "borderRadius": "4px"
 },
 "components": {
   "input": {
     "background": "transparent",
     "textColor": "#09090B",
     "borderColor": "#27272A",
     "borderRadius": "6px",
     "borderRadiusCorners": {
       "topLeft": "6px",
       "topRight": "6px",
       "bottomRight": "6px",
       "bottomLeft": "6px"
     },
     "shadow": "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 2px 0px"
   },
   "buttonPrimary": {
     "background": "#FAFAFA",
     "textColor": "#18181B",
     "borderRadius": "6px",
     "borderRadiusCorners": {
       "topLeft": "6px",
       "topRight": "6px",
       "bottomRight": "6px",
       "bottomLeft": "6px"
     },
     "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px"
   },
   "buttonSecondary": {
     "background": "#171717",
     "textColor": "#FAFAFA",
     "borderColor": "#27272A",
     "borderRadius": "6px",
     "borderRadiusCorners": {
       "topLeft": "6px",
       "topRight": "6px",
       "bottomRight": "6px",
       "bottomLeft": "6px"
     },
     "shadow": "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 2px 0px"
   }
 },
 "images": {
   "logo": "https://www.fumedev.com/logo_white.svg",
   "favicon": "https://www.fumedev.com/favicon.ico",
   "ogImage": "https://www.fumedev.com/marketing/og-image.png",
   "logoHref": "/",
   "logoAlt": "Logo"
 },
 "__llm_logo_reasoning": {
   "selectedIndex": 0,
   "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Fume'.",
   "confidence": 0.95,
   "source": "llm"
 },
 "__llm_button_reasoning": {
   "primary": {
     "index": 1,
     "text": "Get Started",
     "reasoning": "Button #1 'Get Started' is likely the primary CTA due to its action-oriented text and placement, suggesting a key user action."
   },
   "secondary": {
     "index": 0,
     "text": "Contact Sales",
     "reasoning": "Button #0 'Contact Sales' serves as a secondary action, offering a more specific engagement option."
   },
   "confidence": 0.9
 },
 "personality": {
   "tone": "modern",
   "energy": "medium",
   "targetAudience": "tech-savvy professionals"
 },
 "designSystem": {
   "framework": "tailwind",
   "componentLibrary": ""
 },
 "confidence": {
   "buttons": 0.9,
   "colors": 0.9,
   "overall": 0.9
 },
 "__llm_metadata": {
   "logoSelection": {
     "llmCalled": true,
     "llmSucceeded": true,
     "finalSource": "llm",
     "rawLogoSelection": {
       "selectedLogoIndex": 0,
       "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Fume'.",
       "confidence": 0.95
     }
   },
   "buttonClassification": {
     "llmCalled": true,
     "llmSucceeded": true
   }
 }
}