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.

Quick Facts

Field Value
Primary #0000EE
Accent #FF6500
Body Font Switzer
Heading Font Perfectly Nineties Regular

Color Palette

Typography

Visual Assets

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.

Working with these fonts

Not found on Google 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.

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"
  }
}