movity.json

Movity Brand Identity

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

Quick Facts

Field Value
Primary #303AF7
Accent #303AF7
Body Font Varela Round
Heading Font Varela Round

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: real estate professionals

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

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Varela Round",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#303AF7",
    "secondary": "#6C757D",
    "accent": "#303AF7",
    "background": "#FFFFFF",
    "textPrimary": "#948A99",
    "link": "#948A99"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Varela Round",
      "heading": "Varela Round"
    },
    "fontStacks": {
      "heading": [
        "Varela Round"
      ],
      "body": [
        "Varela Round"
      ],
      "paragraph": [
        "Varela Round"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "48px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#303AF7",
      "textColor": "#FFFFFF",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://movity.com/wp-content/uploads/2020/01/movitifinal_black.png",
    "favicon": "https://movity.com/wp-content/uploads/2020/02/movityfinal_favicon-1.png",
    "ogImage": null,
    "logoHref": "https://movity.com/",
    "logoAlt": "Movity"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Movity'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Post a Job",
      "reasoning": "The button 'Post a Job' uses the vibrant brand color #303AF7, making it the primary call-to-action."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "There is only one button detected, so no secondary button is available."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "real estate professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Movity'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}