deepsim inc.json
DeepSim, Inc. Brand Identity
A complete profile of DeepSim, Inc.'s visual system — colors, typography, components, and personality — extracted from https://www.deepsim.io. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/deepsim-inc
- Machine-readable JSON: https://characterquilt.com/branding/deepsim-inc.json
- Per-page llms.txt: https://characterquilt.com/branding/deepsim-inc/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #11426D |
| Accent | #11426D |
| Body Font | Montserrat |
| Heading Font | Comfortaa |
Color Palette
- primary: #11426D
- accent: #11426D
- background: #000000
- textPrimary: #000000
- link: #11426D
Typography
- primary: Montserrat — https://fonts.google.com/specimen/Montserrat
- heading: Comfortaa — https://fonts.google.com/specimen/Comfortaa
Visual Assets
- Logo: https://cdn.prod.website-files.com/6664d5a7ac674714fa362acd/6664ed702ac1ec0dfdcf8d1d_DeepSim%20White%20Logo%20Final%20-%20Cropped.png
- Favicon: https://cdn.prod.website-files.com/6664d5a7ac674714fa362acd/6665cad33d7b9ff4a63cd8e5_logo_32x32.png
- Social card (og:image): https://cdn.prod.website-files.com/6664d5a7ac674714fa362acd/66674864a390d9710aca1d44_logo_48x48.png
UI Components
- buttonPrimary: background=#11426D, textColor=#FFFFFF, borderColor=#000000, borderRadius=7px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: tech professionals and businesses interested in simulation technology
DeepSim, Inc. Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- DeepSim
- DeepSim
- DeepSim
- DeepSim
- DeepSim
- DeepSim
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.