# FameGame Brand Identity

A complete profile of **FameGame**'s visual system — colors, typography, components, and personality — extracted from https://itunes.apple.com/us/app/famegame-become-a-star/id1343049421?mt=8. Built for designers, agents, and AI tools.

- Page: https://characterquilt.com/branding/famegame
- Machine-readable JSON: https://characterquilt.com/branding/famegame.json
- Per-page llms.txt: https://characterquilt.com/branding/famegame/llms.txt

## Quick Facts

| Field | Value |
|---|---|
| Primary | #007AFF |
| Accent | #007AFF |
| Body Font | Arial |
| Heading Font | Arial |

## Color Palette

- primary: #007AFF
- accent: #007AFF
- background: #F5F5F7
- textPrimary: #1D1D1E
- link: #007AFF

## Typography

- primary: Arial — https://fonts.google.com/specimen/Arial
- heading: Arial — https://fonts.google.com/specimen/Arial

## Visual Assets

- Favicon: https://apps.apple.com/assets/favicon/favicon-180.png

## UI Components

- input: background=#FFFFFF, textColor=#1D1D1F, borderColor=#D0D0D2, borderRadius=4px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: general consumers

## FameGame Brand in the Wild

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

- **Fame Game | A New Immersive Escape Game Experience**
  - Image: https://famegame.tv/wp-content/themes/fame-game/img/hero_image.png
  - Source: https://famegame.tv/
- **Fame Game Season 2 | Episode 01 | Featuring Jehan Aloysius - YouTube**
  - Image: https://i.ytimg.com/vi/44L4oadGNBo/hqdefault.jpg
  - Source: https://www.youtube.com/watch?v=44L4oadGNBo
- **Fame Game Season 1 Highlights**
  - Image: https://i.ytimg.com/vi/skvwf8hP3v0/maxresdefault.jpg
  - Source: https://www.youtube.com/watch?v=skvwf8hP3v0
- **Fame Game | A New Immersive Escape Game Experience**
  - Image: https://famegame.tv/wp-content/themes/fame-game/img/location.png
  - Source: https://famegame.tv/
- **ACTION : Lights. Laughter. Secrets. Scandal.✨️FAME GAME is coming in hot and it’s not holding back.**
  - Image: https://i.ytimg.com/vi/33EZAnqC10s/sddefault.jpg
  - Source: https://www.youtube.com/watch?v=33EZAnqC10s
- **Fame Game: The Social Proof Of Being Recognized [Ice White] [@askmystery]**
  - Image: https://i.ytimg.com/vi/X-oRtWTzh7s/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLCA0qESXtV0SUS6hzHZVXLV12y4Fw
  - Source: https://www.youtube.com/watch?v=X-oRtWTzh7s

## 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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "SF Pro",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#007AFF",
    "accent": "#007AFF",
    "background": "#F5F5F7",
    "textPrimary": "#1D1D1E",
    "link": "#007AFF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Arial",
      "heading": "Arial"
    },
    "fontStacks": {
      "heading": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Apple Color Emoji",
        "SF Pro",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Apple Color Emoji",
        "SF Pro",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Apple Color Emoji",
        "SF Pro",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "17px",
      "h2": "17px",
      "body": "11px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "7px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#1D1D1F",
      "borderColor": "#D0D0D2",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://apps.apple.com/assets/favicon/favicon-180.png",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "No visible logo candidate clearly represents the 'App Store' brand. All visible candidates lack strong brand indicators such as matching alt text or href to home.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "general consumers"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0,
    "colors": 0.9,
    "overall": 0.45
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "No visible logo candidate clearly represents the 'App Store' brand. All visible candidates lack strong brand indicators such as matching alt text or href to home.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": false,
      "llmSucceeded": false
    }
  }
}
```
