llms.txt
Filadd Brand Identity
A complete profile of Filadd's visual system — colors, typography, components, and personality — extracted from https://courses.filadd.com/. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #43A047 |
| Accent | #00897B |
| Body Font | Roboto |
| Heading Font | Roboto |
Color Palette
- primary: #43A047
- secondary: #E64A19
- accent: #00897B
- background: #FFFFFF
- textPrimary: #212121
- link: #FFA000
Typography
- primary: Roboto — https://fonts.google.com/specimen/Roboto
- heading: Roboto — https://fonts.google.com/specimen/Roboto
Visual Assets
- Favicon: https://i.ibb.co/J2knTTL/dd-favicon.png
- Social card (og:image): https://cdn.convrrt.com/apps/sendinblue/2795508/8e9a203a-49cf-475d-8ac3-e5e5b9724c64.png
UI Components
- buttonPrimary: background=#00897B, textColor=#FFFFFF, borderColor=#00897B, borderRadius=4.8px, shadow=none
- buttonSecondary: background=#277AFF, textColor=#FFFFFF, borderColor=#277AFF, borderRadius=4.8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: Students and professionals seeking online courses
Filadd Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Um review transparente da Filadd (ReclameAqui, alunos e por dentro da plataforma)
- Filadd — Get into the university of your dreams
- Casos de éxito del Preuniversitario Filadd - Webinar
- Filadd - Education App | MWM
- Tour por la plataforma y Método de Preuniversitario Filadd
- Filadd - Education App | MWM
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:
- 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": "Roboto",
"role": "body"
},
{
"family": "Arimo",
"role": "unknown"
}
],
"colors": {
"primary": "#43A047",
"secondary": "#E64A19",
"accent": "#00897B",
"background": "#FFFFFF",
"textPrimary": "#212121",
"link": "#FFA000"
},
"typography": {
"fontFamilies": {
"primary": "Roboto",
"heading": "Roboto"
},
"fontStacks": {
"heading": [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Arial",
"sans-serif"
],
"body": [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Arial",
"sans-serif"
],
"paragraph": [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "16px",
"h2": "16px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "2px"
},
"components": {
"buttonPrimary": {
"background": "#00897B",
"textColor": "#FFFFFF",
"borderColor": "#00897B",
"borderRadius": "4.8px",
"borderRadiusCorners": {
"topLeft": "4.8px",
"topRight": "4.8px",
"bottomRight": "4.8px",
"bottomLeft": "4.8px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#277AFF",
"textColor": "#FFFFFF",
"borderColor": "#277AFF",
"borderRadius": "4.8px",
"borderRadiusCorners": {
"topLeft": "4.8px",
"topRight": "4.8px",
"bottomRight": "4.8px",
"bottomLeft": "4.8px"
},
"shadow": "none"
}
},
"images": {
"favicon": "https://i.ibb.co/J2knTTL/dd-favicon.png",
"ogImage": "https://cdn.convrrt.com/apps/sendinblue/2795508/8e9a203a-49cf-475d-8ac3-e5e5b9724c64.png"
},
"__llm_logo_reasoning": {
"selectedIndex": -1,
"reasoning": "No suitable logo candidate was found that clearly represents the 'Filadd Academy' brand in the header area.",
"confidence": 0.3,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "🇧🇷 Brazil",
"reasoning": "Button #1 with background color #00897B (green) is vibrant and stands out as a primary CTA, likely representing a key action for the site."
},
"secondary": {
"index": 3,
"text": "🇦🇷 Argentina",
"reasoning": "Button #3 with background color #277AFF (blue) is vibrant but less prominent than the primary, making it suitable as a secondary CTA."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "Students and professionals seeking online courses"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "No suitable logo candidate was found that clearly represents the 'Filadd Academy' brand in the header area.",
"confidence": 0.3
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}