llms.txt
Forge Rewards Brand Identity
A complete profile of Forge Rewards's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #FE5B1A |
| Accent | #FE5B1A |
| Body Font | Helvetica Neue |
| Heading Font | Madefor Text |
Color Palette
- primary: #FE5B1A
- accent: #FE5B1A
- background: #FFFFFF
- textPrimary: #000000
- link: #FF6900
Typography
- primary: Helvetica Neue — https://fonts.google.com/specimen/Helvetica+Neue
- heading: Madefor Text — https://fonts.google.com/specimen/Madefor+Text
Visual Assets
- Favicon:
UI Components
- buttonPrimary: background=#FE5B1A, textColor=#000000, borderRadius=10px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: restaurant owners and managers
Forge Rewards Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Forge | Premium Loyalty Apps for Restaurants
- Image:
- Source: https://www.joinforge.app/
- Forge | Premium Loyalty Apps for Restaurants
- Image: .png)
- Source: https://www.joinforge.app/
- Self-Storage | Forge
- Image:
- Source: https://www.joinforge.app/self-storage
- Forge | Premium Loyalty Apps for Restaurants
- Image:
- Source: https://www.joinforge.app/
- Self-Storage | Forge
- Image:
- Source: https://www.joinforge.app/self-storage
- Forge | Premium Loyalty Apps for Restaurants
- Image:
- Source: https://www.joinforge.app/
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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
{
"colorScheme": "light",
"fonts": [
{
"family": "Helvetica Neue",
"role": "body"
},
{
"family": "Madefor Text",
"role": "heading"
},
{
"family": "Arial",
"role": "body"
}
],
"colors": {
"primary": "#FE5B1A",
"accent": "#FE5B1A",
"background": "#FFFFFF",
"textPrimary": "#000000",
"link": "#FF6900"
},
"typography": {
"fontFamilies": {
"primary": "Helvetica Neue",
"heading": "Madefor Text"
},
"fontStacks": {
"heading": [
"madefor-display-extrabold",
"helveticaneuew01-75bold",
"helveticaneuew02-75bold",
"helveticaneuew10-75bold",
"sans-serif"
],
"body": [
"Arial",
"Helvetica",
"sans-serif"
],
"paragraph": [
"madefor-text-mediumbold",
"helveticaneuew01-45ligh",
"helveticaneuew02-45ligh",
"helveticaneuew10-45ligh",
"sans-serif"
]
},
"fontSizes": {
"h1": "45.2497px",
"h2": "44.6484px",
"body": "29.7656px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "2px"
},
"components": {
"buttonPrimary": {
"background": "#FE5B1A",
"textColor": "#000000",
"borderRadius": "10px",
"borderRadiusCorners": {
"topLeft": "10px",
"topRight": "10px",
"bottomRight": "10px",
"bottomLeft": "10px"
},
"shadow": "none"
}
},
"images": {
"logo": null,
"favicon": "https://static.wixstatic.com/media/ff2d45_55676f12db6d4ef2b0c50ad9474b2a84%7Emv2.png/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/ff2d45_55676f12db6d4ef2b0c50ad9474b2a84%7Emv2.png",
"ogImage": null
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Get started now!",
"reasoning": "The button 'Get started now!' is action-oriented and uses a vibrant brand color (#FE5B1A), making it the most likely primary CTA."
},
"secondary": {
"index": -1,
"text": "N/A",
"reasoning": "All buttons share the same background color, so no valid secondary button exists with a different color."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "high",
"targetAudience": "restaurant owners and managers"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.95,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": false,
"llmSucceeded": false,
"finalSource": "none"
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}