wonder studios.json

Wonder Studios Brand Identity

A complete profile of Wonder Studios's visual system — colors, typography, components, and personality — extracted from https://wonderstudios.com/. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #0000EE
Accent #0000EE
Body Font Geist
Heading Font Funnel Sans

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: creatives and media professionals

Wonder Studios Brand in the Wild

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

Working with these fonts

Not found on Google 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": "dark",
  "fonts": [
    {
      "family": "Funnel Sans",
      "role": "heading"
    },
    {
      "family": "Geist",
      "role": "body"
    },
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "SF Compact Text",
      "role": "unknown"
    },
    {
      "family": "SF Compact Display",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "accent": "#0000EE",
    "background": "#000000",
    "textPrimary": "#0000EE",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Geist",
      "heading": "Funnel Sans"
    },
    "fontStacks": {
      "heading": [
        "Funnel Sans",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Funnel Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "48px",
      "body": "15px"
    }
  },
  "spacing": {
    "baseUnit": 12,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#1A1A1A",
      "textColor": "#0000EE",
      "borderRadius": "99px",
      "borderRadiusCorners": {
        "topLeft": "99px",
        "topRight": "99px",
        "bottomRight": "99px",
        "bottomLeft": "99px"
      },
      "shadow": "rgba(255, 255, 255, 0.15) 0px 1px 1px 0px inset"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/nXR71GyOLT8VSJu5qGXvDHzQw.svg?width=86&height=16",
    "favicon": "https://framerusercontent.com/images/4NVi1zHEZfvu7AJrR8wxZAJg0.png",
    "ogImage": "https://framerusercontent.com/images/J2yNvvvEmqZCLRuSz7zyprKgQqY.png",
    "logoHref": "./",
    "logoAlt": "Wonder Studios home"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage. The alt text matches the brand name 'Wonder Studios'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Sign Up",
      "reasoning": "The 'Sign Up' button is typically a strong call-to-action, encouraging user engagement and conversion. It is often prioritized as the primary action on websites."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "All buttons share the same background color, making it impossible to select a secondary button with a different color."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "creatives and media professionals"
  },
  "designSystem": {
    "framework": "custom",
    "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, and links to the homepage. The alt text matches the brand name 'Wonder Studios'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}