markaz technologies.json

Markaz Technologies Brand Identity

A complete profile of Markaz Technologies's visual system — colors, typography, components, and personality — extracted from https://www.markaz.app. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #92D951
Accent #92D951
Body Font Nunito Sans
Heading Font Nunito Sans

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: online shoppers and dropshippers

Markaz Technologies Brand in the Wild

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

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.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Nunito Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#92D951",
    "secondary": "#6BBC26",
    "accent": "#92D951",
    "background": "#F3F4F5",
    "textPrimary": "#1E1E1E",
    "link": "#AAE571"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Nunito Sans",
      "heading": "Nunito Sans"
    },
    "fontStacks": {
      "heading": [
        "Nunito Sans",
        "sans-serif"
      ],
      "body": [
        "Nunito Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Nunito Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "50px",
      "h2": "40px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#1E1E1E",
      "borderColor": "#E0DEDE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#92D951",
      "textColor": "#313131",
      "borderRadius": "24px",
      "borderRadiusCorners": {
        "topLeft": "24px",
        "topRight": "24px",
        "bottomRight": "24px",
        "bottomLeft": "24px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#1E1E1E",
      "borderColor": "#E0DEDE",
      "borderRadius": "30px",
      "borderRadiusCorners": {
        "topLeft": "30px",
        "topRight": "30px",
        "bottomRight": "30px",
        "bottomLeft": "30px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.markaz.app/static-pages/images/logo.png",
    "favicon": "https://www.markaz.app/favicon.ico",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "Markaz"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, located at the top, and links to the homepage, matching the brand 'Markaz'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 4,
      "text": "Dropship Now",
      "reasoning": "Button #4 'Dropship Now' uses the vibrant brand color #92D951, which is consistent with the primary brand color and has action-oriented text, making it the main CTA."
    },
    "secondary": {
      "index": 5,
      "text": "Visit Shop Now",
      "reasoning": "Button #5 'Visit Shop Now' has a different background color (#FFFFFF) and serves as a secondary action with a more subdued appearance."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "online shoppers and dropshippers"
  },
  "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, medium-sized, located at the top, and links to the homepage, matching the brand 'Markaz'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}