nowports.json
Nowports Brand Identity
A complete profile of Nowports's visual system — colors, typography, components, and personality — extracted from https://nowports.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/nowports
- Machine-readable JSON: https://characterquilt.com/branding/nowports.json
- Per-page llms.txt: https://characterquilt.com/branding/nowports/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #5850EB |
| Accent | #5850EB |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #5850EB
- secondary: #0C0B1F
- accent: #5850EB
- background: #FFFFFF
- textPrimary: #0F0E27
- link: #0F0E27
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://nowports.com/hubfs/Website/Generales/Logo_Nowports%20(1).svg
- Favicon: https://nowports.com/hubfs/Logo_Nowports.jpeg
- Social card (og:image): https://nowports.com/hubfs/01-%20Website%202024/ESP%20Assets/Freight%20forwarder%20digital%20experto%20en%20latinoam%C3%A9rica.jpg
UI Components
- buttonPrimary: background=#5850EB, textColor=#FFFFFF, borderRadius=8px, shadow=none
- buttonSecondary: background=transparent, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: businesses in Latin America
Nowports Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Agroexportaciones de Perú: desempeño y productos clave
- Así es ser community manager en una startup internacional
- Cómo digitalizar la cadena de suministro con Nowports?
- Tips para importar en temporada alta | Nowports
- La Historia de Nowports: de una idea a impulsar la logística
- Cadena logística: 5 cosas básicas a saber
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": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#5850EB",
"secondary": "#0C0B1F",
"accent": "#5850EB",
"background": "#FFFFFF",
"textPrimary": "#0F0E27",
"link": "#0F0E27"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"sans-serif"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "72px",
"h2": "30px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "6px"
},
"components": {
"buttonPrimary": {
"background": "#5850EB",
"textColor": "#FFFFFF",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://nowports.com/hubfs/Website/Generales/Logo_Nowports%20(1).svg",
"favicon": "https://nowports.com/hubfs/Logo_Nowports.jpeg",
"ogImage": "https://nowports.com/hubfs/01-%20Website%202024/ESP%20Assets/Freight%20forwarder%20digital%20experto%20en%20latinoam%C3%A9rica.jpg",
"logoHref": "https://nowports.com/",
"logoAlt": "Nowports"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Nowports'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 2,
"text": "Cotizar ahora",
"reasoning": "Button #2 uses the brand's primary color (#5850EB), which is vibrant and stands out as a call-to-action. The text 'Cotizar ahora' is action-oriented, making it the primary CTA."
},
"secondary": {
"index": 0,
"text": "Agendar demo",
"reasoning": "Button #0 has a transparent background with a white border, making it less prominent than the primary button. It serves as a secondary option with the text 'Agendar demo'."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "businesses in Latin America"
},
"designSystem": {
"framework": "bootstrap",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Nowports'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}