# GoLorry Brand Identity

A complete profile of **GoLorry**'s visual system — colors, typography, components, and personality — extracted from http://www.golorry.com. Built for designers, agents, and AI tools.

- Page: https://characterquilt.com/branding/golorry
- Machine-readable JSON: https://characterquilt.com/branding/golorry.json
- Per-page llms.txt: https://characterquilt.com/branding/golorry/llms.txt

## Quick Facts

| Field | Value |
|---|---|
| Primary | #FB7D33 |
| Accent | #0000EE |
| Body Font | Times New Roman |
| Heading Font | Times New Roman |

## Color Palette

- primary: #FB7D33
- accent: #0000EE
- background: #FFFFFF
- textPrimary: #0000EE
- link: #0000EE

## Typography

- primary: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman
- heading: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman

## Visual Assets

- Favicon: https://www.wix.com/favicon.ico

## Brand Personality

Tone: professional · Energy: low · Audience: unknown

## GoLorry Brand in the Wild

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

- **GoLorry - 2026 Company Profile, Team, Funding & Competitors - Tracxn**
  - Image: https://cdn.tracxn.com/images/seo/social/companies/golorry-overview-1757071179359.webp
  - Source: https://tracxn.com/d/companies/golorry/__4irb-816QDR2WAke4agPQJfrH0A8GjnCoOfL9itNr4k
- **GoLorry - Crunchbase Company Profile & Funding**
  - Image: https://images.crunchbase.com/image/upload/c_thumb,h_256,w_256,f_auto,g_face,z_0.7,q_auto:eco,dpr_1/jrlnn4iza2jjokyokrod?ik-sanitizeSvg=true
  - Source: https://www.crunchbase.com/organization/golorry
- **On-demand business model goes global – Santa Cruz Sentinel**
  - Image: https://www.santacruzsentinel.com/wp-content/uploads/migration/2016/201605/NEWS_160529935_AR_0_MAYCOKJARJBJ.jpg?w=1024&h=670
  - Source: https://www.santacruzsentinel.com/2016/05/21/on-demand-business-model-goes-global/
- **On-demand business model goes global – East Bay Times**
  - Image: https://www.eastbaytimes.com/wp-content/uploads/2016/08/20160520__paystack-05222.jpg?w=620
  - Source: https://www.eastbaytimes.com/2016/05/20/on-demand-business-model-goes-global/
- **Golorry in Auto Nagar, Vijayawada - Best Transporters For Ahmedabad in  Vijayawada - Justdial**
  - Image: http://images.jdmagicbox.com/comp/vijayawada/b5/0866px866.x866.170827153021.q2b5/catalogue/golorry-auto-nagar-vijayawada-transporters-0deb49r6lg.jpg
  - Source: https://www.justdial.com/Vijayawada/Golorry-Auto-Nagar/0866PX866-X866-170827153021-Q2B5_BZDET
- **On-demand business model goes global – East Bay Times**
  - Image: https://www.eastbaytimes.com/wp-content/uploads/2016/08/20160520__paystack-05221.jpg?w=1200&resize=1200,900
  - Source: https://www.eastbaytimes.com/2016/05/20/on-demand-business-model-goes-global/

## 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:

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.

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Times New Roman",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FB7D33",
    "accent": "#0000EE",
    "background": "#FFFFFF",
    "textPrimary": "#0000EE",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Times New Roman",
      "heading": "Times New Roman"
    },
    "fontStacks": {
      "heading": [
        "HelveticaNeueW01-55Roma",
        "HelveticaNeueW02-55Roma",
        "HelveticaNeueW10-55Roma",
        "sans-serif"
      ],
      "body": [
        "Times New Roman"
      ],
      "paragraph": [
        "Times New Roman"
      ]
    },
    "fontSizes": {
      "h1": "34px",
      "h2": "34px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {},
  "images": {
    "favicon": "https://www.wix.com/favicon.ico",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "The provided logo candidate links to an external site (Wix.com) and does not represent the brand inferred from the URL (GoLorry).",
    "confidence": 0.2,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "Both buttons have the same background color and lack vibrant or action-oriented text, making it difficult to determine a primary CTA."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "Since no primary button was identified, a secondary button cannot be determined."
    },
    "confidence": 0.3
  },
  "personality": {
    "tone": "professional",
    "energy": "low",
    "targetAudience": "unknown"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.3,
    "colors": 0.9,
    "overall": 0.6
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "The provided logo candidate links to an external site (Wix.com) and does not represent the brand inferred from the URL (GoLorry).",
        "confidence": 0.2
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}
```
