maintouch.json
maintouch Brand Identity
A complete profile of maintouch's visual system — colors, typography, components, and personality — extracted from https://maintouch.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/maintouch
- Machine-readable JSON: https://characterquilt.com/branding/maintouch.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #FF6500 |
| Body Font | Switzer |
| Heading Font | Perfectly Nineties Regular |
Color Palette
- primary: #0000EE
- secondary: #7A5947
- accent: #FF6500
- background: #F7F4ED
- textPrimary: #FF6500
- link: #FF6500
Typography
- primary: Switzer — https://fonts.google.com/specimen/Switzer
- heading: Perfectly Nineties Regular — https://fonts.google.com/specimen/Perfectly+Nineties+Regular
Visual Assets
- Logo:
- Favicon:
Brand Personality
Tone: modern · Energy: medium · Audience: businesses looking for SEO and AI solutions
maintouch Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- SEO & AI Search Automation | Maintouch
- Image:
- Source: https://maintouch.com/
- SEO & AI Search Automation | Maintouch
- Image:
- Source: https://maintouch.com/solutions/dev-tools
- SEO & AI Search Automation | Maintouch
- Image:
- Source: https://maintouch.com/blogs
- Google AI Content Penalties: February 2026 Truth
- SEO & AI Search Automation | Maintouch
- Image:
- Source: https://maintouch.com/blogs
- SEO & AI Search Automation | Maintouch
- Image:
- Source: https://maintouch.com/blogs
Working with these fonts
Not found on Google 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.
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": "Switzer",
"role": "body"
},
{
"family": "Perfectly Nineties Regular",
"role": "display"
}
],
"colors": {
"primary": "#0000EE",
"secondary": "#7A5947",
"accent": "#FF6500",
"background": "#F7F4ED",
"textPrimary": "#FF6500",
"link": "#FF6500"
},
"typography": {
"fontFamilies": {
"primary": "Switzer",
"heading": "Perfectly Nineties Regular"
},
"fontStacks": {
"heading": [
"Perfectly Nineties Regular",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Switzer",
"sans-serif"
]
},
"fontSizes": {
"h1": "54px",
"h2": "48px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "3px"
},
"components": {},
"images": {
"logo": "https://framerusercontent.com/images/vh8TuNfLowTgE0HAtgsadM8VPU.svg?width=161&height=20",
"favicon": "https://framerusercontent.com/images/8IAEktoFOzFVX8ohQYBz2yCng.png",
"ogImage": "https://framerusercontent.com/images/sjEk6etVryqJa1v67Njnxm9BGhA.png",
"logoHref": "./"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "businesses looking for SEO and AI solutions"
}
}