# GoJom Brand Identity

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

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

## Quick Facts

| Field | Value |
|---|---|
| Primary | #2AA527 |
| Accent | #2AA527 |
| Body Font | Noto Sans |
| Heading Font | Noto Sans |

## Color Palette

- primary: #2AA527
- secondary: #4A6FA5
- accent: #2AA527
- background: #FFFFFF
- textPrimary: #000000
- link: #4E73B7

## Typography

- primary: Noto Sans — https://fonts.google.com/specimen/Noto+Sans
- heading: Noto Sans — https://fonts.google.com/specimen/Noto+Sans

## Visual Assets

- Logo: https://static.hugedomains.com/images/hdv3-img/hd-header-logo-v3.svg
- Social card (og:image): https://static.hugedomains.com/images/hdv3-img/og_hugedomains.png

## UI Components

- input: background=#FFFFFF, textColor=#000000, borderColor=#2C4B79, borderRadius=0px, shadow=none
- buttonPrimary: background=#2AA527, textColor=#FFFFFF, borderRadius=0px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#2AA527, borderColor=#2AA527, borderRadius=2px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: businesses looking to purchase domains

## GoJom Brand in the Wild

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

- **Gojom - The Proptech Scout**
  - Image: https://www.theproptechscout.com/wp-content/uploads/2023/01/logo-pc-gojom.png
  - Source: https://www.theproptechscout.com/listing/gojom/
- **GoJom - 2026 Company Profile, Team, Funding & Competitors - Tracxn**
  - Image: https://cdn.tracxn.com/images/seo/social/companies/gojom-overview-1754219363952.webp
  - Source: https://tracxn.com/d/companies/gojom/__jN2b4VDmefHYUMR57AEAh_RdX3fcbDdnMj8tvSELjlA
- **gojom ya😔😔 - YouTube**
  - Image: https://i.ytimg.com/vi/jjfFoQCy5M0/maxresdefault.jpg
  - Source: https://www.youtube.com/watch?v=jjfFoQCy5M0
- **GoJom: La plataforma peruana que brinda soluciones inmobiliarias**
  - Image: https://pqs.pe/wp-content/uploads/2022/05/GOJOM_IMAGEN01.jpg
  - Source: https://pqs.pe/emprendimiento/gojom-la-plataforma-peruana-que-brinda-soluciones-inmobiliarias-usando-big-data-e-inteligencia-artificial/
- **Promotion Video Released for Jujutsu Kaisen Double Feature | Japan Anime News powered by ORICON NEWS**
  - Image: https://us.oricon-group.com/upimg/detail/6000/6593/img660/Culling%20Game-First-Theater-Giveaway.jpg
  - Source: https://us.oricon-group.com/news/6593/
- **GoJom Archivos - TintaTIC**
  - Image: https://tintatic.com/wp-content/uploads/2023/06/20230615_Aita_IA-scaled.jpg
  - Source: https://tintatic.com/tag/gojom/

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