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

- Page: https://characterquilt.com/branding/markaz-technologies
- Machine-readable JSON: https://characterquilt.com/branding/markaz-technologies.json

## Quick Facts

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

## Color Palette

- primary: #92D951
- secondary: #6BBC26
- accent: #92D951
- background: #F3F4F5
- textPrimary: #1E1E1E
- link: #AAE571

## Typography

- primary: Nunito Sans — https://fonts.google.com/specimen/Nunito+Sans
- heading: Nunito Sans — https://fonts.google.com/specimen/Nunito+Sans

## Visual Assets

- Logo: https://www.markaz.app/static-pages/images/logo.png
- Favicon: https://www.markaz.app/favicon.ico

## UI Components

- input: background=#FFFFFF, textColor=#1E1E1E, borderColor=#E0DEDE, borderRadius=8px, shadow=none
- buttonPrimary: background=#92D951, textColor=#313131, borderRadius=24px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#1E1E1E, borderColor=#E0DEDE, borderRadius=30px, shadow=none

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

- **What is a Marketing Plan and Why It Works? | Markaz Blog**  
  - Image: https://static.markaz.app/images/66bcfa882b77757c47ca4a14_64e8806845cb5de56098b969_campaign-creators-yktK2qaiVHI-unsplash.jpeg  
  - Source: https://www.markaz.app/blog-post/marketing-plan
- **Top Affiliate Programs for Facebook: Boost Your Earnings with Social Media  | Markaz Blog**  
  - Image: https://static.markaz.app/images/66bcfa6ff44ef389ab444002_65002ae318f5715fc4950c88_13.A%20Beginners%20Guide%20on%20How%20to%20Make%20Money%20From%20Blogging.jpeg  
  - Source: https://www.markaz.app/blog-post/affiliate-programs-for-facebook
- **Top Women Perfumes In 2023 | Markaz Blog**  
  - Image: https://static.markaz.app/images/66bcfa7a018a71e6322fc61c_648c2a386fd36b58d2cc485b_best%20perfumes%20for%20women%20in%20pakistan.jpeg  
  - Source: https://www.markaz.app/blog-post/best-perfumes-for-women-in-pakistan
- **10 Branding Strategies To Try Out In 2023 | Markaz Blog**  
  - Image: https://static.markaz.app/images/66bcfa838fbd19ca1bdcc333_642bc5299bd0488f105299ab_2.10%20branding%20strategies%20to%20try%20out%20in%202023.png  
  - Source: https://www.markaz.app/blog-post/branding-strategies
- **10 Best Men's Sports Watches Brands in Pakistan for 2024 | Markaz Blog**  
  - Image: https://static.markaz.app/images/66bcfa71483ed7855e9055ce_648a25263249aa0a80fb1988_best%20artificial%20jewellery%20brands%20in%20Pakistan.jpeg  
  - Source: https://www.markaz.app/blog-post/mens-sports-watches-in-pakistan
- **15 Unique Online Business Ideas For Budding Pakistani Entrepreneurs |  Markaz Blog**  
  - Image: https://static.markaz.app/images/66bcfa69ed2417af7837c77c_63fde50106354f78544cb681_blogging-2022-11-12-01-21-04-utc.jpeg  
  - Source: https://www.markaz.app/blog-post/15-unique-online-business-ideas-for-budding-pakistani-entrepreneurs

## 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

```json
{
  "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
    }
  }
}
```
