# AskMyClass Brand Identity

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

## Quick Facts

| Field   | Value      |
|---------|------------|
| Primary | #FFC630    |
| Accent  | #FFC630    |
| Body Font | Goldplay  |
| Heading Font | Bellota  |

## Color Palette

- primary: #FFC630
- secondary: #DDF5EC
- accent: #FFC630
- background: #FFFFFF
- textPrimary: #302657
- link: #302657

## Typography

- primary: Goldplay — [Goldplay](https://fonts.google.com/specimen/Goldplay)
- heading: Bellota — [Bellota](https://fonts.google.com/specimen/Bellota)

## Visual Assets

- Logo: 
- Favicon: 
- Social card (og:image): .png)

## UI Components

- input: background=#FFFFFF, textColor=#302657, borderColor=null, borderRadius=100px, shadow=none
- buttonPrimary: background=#FFC630, textColor=#302657, borderRadius=100px, shadow=none
- buttonSecondary: background=#DDF5EC, textColor=#FFFFFF, borderRadius=100px, shadow=none

## Brand Personality

Tone: playful · Energy: medium · Audience: PreK educators and parents

## AskMyClass Brand in the Wild

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

- **Soundkins | Contact Us**  
  - Image: .png)  
  - Source: [Contact Us](https://www.mysoundtown.com/contact-us)  
- **Soundkins | Blog**  
  - Image:   
  - Source: [Blog](https://www.mysoundtown.com/blog)  
- **Soundkins | 5 minute interactive reading foundations for PreK**  
  - Image:   
  - Source: [Soundkins](https://www.mysoundtown.com/)  
- **Soundkins | Getting started**  
  - Image:   
  - Source: [Getting Started](https://www.mysoundtown.com/getting-started)

## Working with these fonts

Not found on Google Fonts? Suggested flow according to CharacterQuilt.com:

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": "Goldplay",
   "role": "body"
  },
  {
   "family": "Bellota",
   "role": "heading"
  }
 ],
 "colors": {
  "primary": "#FFC630",
  "secondary": "#DDF5EC",
  "accent": "#FFC630",
  "background": "#FFFFFF",
  "textPrimary": "#302657",
  "link": "#302657"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Goldplay",
   "heading": "Bellota"
  },
  "fontStacks": {
   "heading": [
    "Bellota",
    "sans-serif"
   ],
   "body": [
    "Goldplay",
    "sans-serif"
   ],
   "paragraph": [
    "Goldplay",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "64px",
   "h2": "48px",
   "body": "24px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "20px"
 },
 "components": {
  "input": {
   "background": "#FFFFFF",
   "textColor": "#302657",
   "borderColor": null,
   "borderRadius": "100px",
   "borderRadiusCorners": {
    "topLeft": "100px",
    "topRight": "100px",
    "bottomRight": "100px",
    "bottomLeft": "100px"
   },
   "shadow": "none"
  },
  "buttonPrimary": {
   "background": "#FFC630",
   "textColor": "#302657",
   "borderRadius": "100px",
   "borderRadiusCorners": {
    "topLeft": "100px",
    "topRight": "100px",
    "bottomRight": "100px",
    "bottomLeft": "100px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#DDF5EC",
   "textColor": "#FFFFFF",
   "borderRadius": "100px",
   "borderRadiusCorners": {
    "topLeft": "100px",
    "topRight": "100px",
    "bottomRight": "100px",
    "bottomLeft": "100px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://cdn.prod.website-files.com/642229f72bea3c7411f5d0e3/698257c2302c54c4e9f256db_Website%20Header%20400x100.png",
  "favicon": "https://cdn.prod.website-files.com/642229f72bea3c7411f5d0e3/69840d3019d9c502c69ca398_icon_Favicon%20256x256.png",
  "ogImage": "https://cdn.prod.website-files.com/642229f72bea3c7411f5d0e3/6983d971c7e489b9ecee5e8f_Untitled%20design%20(1).png",
  "logoHref": "https://www.soundkins.com/"
 },
 "__llm_logo_reasoning": {
  "selectedIndex": 6,
  "reasoning": "Selected #6 because it is medium-sized, visible, and links to the homepage, matching the brand 'Soundkins'.",
  "confidence": 0.85,
  "source": "llm"
 },
 "__llm_button_reasoning": {
  "primary": {
   "index": 11,
   "text": "Learn more here",
   "reasoning": "Button #0 uses the vibrant brand color #FFC630 and has action-oriented text 'Learn more here', making it the primary CTA."
  },
  "secondary": {
   "index": 4,
   "text": "Get a custom quote",
   "reasoning": "Button #4 has a different background color #DDF5EC and offers a secondary action 'Get a custom quote', suitable for a secondary CTA."
  },
  "confidence": 0.95
 },
 "personality": {
  "tone": "playful",
  "energy": "medium",
  "targetAudience": "PreK educators and parents"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.95,
  "colors": 0.9,
  "overall": 0.925
 },
 "__llm_metadata": {
  "logoSelection": {
   "llmCalled": true,
   "llmSucceeded": true,
   "finalSource": "llm",
   "rawLogoSelection": {
    "selectedLogoIndex": 6,
    "selectedLogoReasoning": "Selected #6 because it is medium-sized, visible, and links to the homepage, matching the brand 'Soundkins'.",
    "confidence": 0.85
   }
  },
  "buttonClassification": {
   "llmCalled": true,
   "llmSucceeded": true
  }
 }
}
```
