llms.txt
Agapé Brand Identity
A complete profile of Agapé's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #FF6452 |
| Accent | #05083F |
| Body Font | Avenirltstd book |
| Heading Font | Gabriela |
Color Palette
- primary: #FF6452
- secondary: #FFF5EE
- accent: #05083F
- background: #FFFFFF
- textPrimary: #05083F
- link: #05083F
Typography
- primary: Avenirltstd book — Avenirltstd book
- heading: Gabriela — Gabriela
Visual Assets
- Logo: .png)
- Favicon:
- Social card (og:image): .png)
Brand Personality
Tone: modern · Energy: medium · Audience: couples seeking relationship wellness
Agapé Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- App
- Image:
- Source: App Source
- Agapé - The #1 Relationship Wellness App for Couples
- Image: .png)
- Source: Agapé
- FAQ
- Image:
- Source: FAQ
- Agapé - The #1 Relationship Wellness App for Couples
- Image:
- Source: Agapé
Working with these fonts
Agent Instructions
CharacterQuilt.com suggests this flow that can help:
- 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.
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": "light",
"fonts": [
{
"family": "Avenirltstd book",
"role": "body"
},
{
"family": "Gabriela",
"role": "heading"
},
{
"family": "Avenirltstd",
"role": "unknown"
}
],
"colors": {
"primary": "#FF6452",
"secondary": "#FFF5EE",
"accent": "#05083F",
"background": "#FFFFFF",
"textPrimary": "#05083F",
"link": "#05083F"
},
"typography": {
"fontFamilies": {
"primary": "Avenirltstd book",
"heading": "Gabriela"
},
"fontStacks": {
"heading": [
"Gabriela",
"sans-serif"
],
"body": [
"Arial",
"Helvetica Neue",
"Helvetica",
"sans-serif"
],
"paragraph": [
"Avenirltstd book",
"sans-serif"
]
},
"fontSizes": {
"h1": "40px",
"h2": "48px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {},
"images": {
"logo": "https://assets-global.website-files.com/5e6126c70168605e1f969bac/5fc54a74d34b9f2baa5022b2_Agape%20Logo%20(1).png",
"favicon": "https://cdn.prod.website-files.com/5e6126c70168605e1f969bac/65f4c6a6507b564729f59bb5_Favicon.png",
"ogImage": "https://cdn.prod.website-files.com/5e6126c70168605e1f969bac/5fcfad3cae94037ae8efcf4f_Open%20Graph%20(1).png"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "couples seeking relationship wellness"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
}
}