llms.txt

Buster Brand Identity

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

Quick Facts

Field Value
Primary #000000
Accent #3B83F6
Body Font Noto Serif JP
Heading Font Noto Serif JP

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

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

Buster 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:

CharacterQuilt.com suggests this flow that can help:

  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": "Noto Serif JP",
   "role": "unknown"
  }
 ],
 "colors": {
  "primary": "#000000",
  "accent": "#3B83F6",
  "background": "#FCFCFC",
  "textPrimary": "#3B83F6",
  "link": "#3B83F6"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Noto Serif JP",
   "heading": "Noto Serif JP"
  },
  "fontStacks": {
   "heading": [
    "sans-serif"
   ],
   "body": [
    "sans-serif"
   ],
   "paragraph": [
    "Noto Serif JP",
    "serif"
   ]
  },
  "fontSizes": {
   "h1": "12px",
   "h2": "12px",
   "body": "28px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "8px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#3B83F6",
   "textColor": "#000000",
   "borderRadius": "9999px",
   "borderRadiusCorners": {
    "topLeft": "9999px",
    "topRight": "9999px",
    "bottomRight": "9999px",
    "bottomLeft": "9999px"
   },
   "shadow": "rgba(0, 0, 0, 0.3) 0px 0px 1px 0px, rgba(0, 0, 0, 0.18) 0px 0.301094px 0.301094px -1.25px, rgba(0, 0, 0, 0.16) 0px 1.14427px 1.14427px -2.5px, rgba(0, 0, 0, 0.06) 0px 5px 5px -3.75px"
  }
 },
 "images": {
  "logo": null,
  "favicon": "https://framerusercontent.com/images/WxWeY4isORL05qhyOqwY6SeVLE.png",
  "ogImage": "https://framerusercontent.com/images/KlfDDcVJ7gcrJzT7ikknhbjnzbk.png"
 },
 "personality": {
  "tone": "modern",
  "energy": "medium",
  "targetAudience": "tech-savvy professionals"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.95,
  "colors": 0.9,
  "overall": 0.925
 }
}