# Infinite Brand Identity

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

## Quick Facts

| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #66EDA8 |
| Body Font | Inter Display |
| Heading Font | Inter Display |

## Color Palette

- primary: #0000EE
- accent: #66EDA8
- background: #000000
- textPrimary: #000000
- link: #66EDA8

## Typography

- primary: Inter Display — https://fonts.google.com/specimen/Inter+Display
- heading: Inter Display — https://fonts.google.com/specimen/Inter+Display

## Visual Assets

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

## Brand Personality

Tone: modern · Energy: medium · Audience: tech-savvy individuals and businesses

## Infinite Brand in the Wild

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

- **Infinite | Blog**  
  - Image:   
  - Source: https://infinite.dev/blog
- **Infinite | Global Stablecoin Payments**  
  - Image:   
  - Source: https://infinite.dev/
- **Infinite | About**  
  - Image:   
  - Source: https://infinite.dev/about
- **Infinite∞Ad | Advertising infinitely simple**  
  - Image:   
  - Source: https://infinite.ad/en/
- **View Report Cards and Progress Reports in Infinite Campus | default post tech support**  
  - Image:   
  - Source: https://www.piedmont.k12.ca.us/default-tech/~board/tech-support/post/infinite-campus-1677885480505

## Working with these fonts

Not found on Google Fonts? The following flow 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.

### Machine-Readable Profile

```json
{
 "colorScheme": "dark",
 "fonts": [
  {
   "family": "Raveo Variable",
   "role": "unknown"
  },
  {
   "family": "Inter Display",
   "role": "body"
  },
  {
   "family": "Geist Mono",
   "role": "monospace"
  }
 ],
 "colors": {
  "primary": "#0000EE",
  "accent": "#66EDA8",
  "background": "#000000",
  "textPrimary": "#000000",
  "link": "#66EDA8"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Inter Display",
   "heading": "Inter Display"
  },
  "fontStacks": {
   "heading": [
    "Raveo Variable",
    "sans-serif"
   ],
   "body": [
    "sans-serif"
   ],
   "paragraph": [
    "Raveo Variable",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "70px",
   "h2": "32px",
   "body": "12px"
  }
 },
 "spacing": {
  "baseUnit": 12,
  "borderRadius": "0px"
 },
 "components": {},
 "images": {
  "logo": "https://framerusercontent.com/assets/k5uy1PuhyefXtx8a98JHX7OsOk.svg",
  "favicon": "https://framerusercontent.com/images/epHmhmdotQzH6Rmkwd2rakzVkxM.svg",
  "ogImage": "https://framerusercontent.com/assets/hV2RHmPYK1pLKRoKFwow0oPxo.png",
  "logoHref": "./",
  "logoAlt": "Logo"
 },
 "__llm_logo_reasoning": {
  "selectedIndex": 0,
  "reasoning": "Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage, which aligns with the brand 'Infinite'.",
  "confidence": 0.9,
  "source": "llm"
 },
 "personality": {
  "tone": "modern",
  "energy": "medium",
  "targetAudience": "tech-savvy individuals and businesses"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0,
  "colors": 0.9,
  "overall": 0.45
 },
 "__llm_metadata": {
  "logoSelection": {
   "llmCalled": true,
   "llmSucceeded": true,
   "finalSource": "llm",
   "rawLogoSelection": {
    "selectedLogoIndex": 0,
    "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage, which aligns with the brand 'Infinite'.",
    "confidence": 0.9
   }
  },
  "buttonClassification": {
   "llmCalled": false,
   "llmSucceeded": false
  }
 }
}
```
