# Markaz Technologies Brand Identity

A complete profile of **Markaz Technologies**'s visual system — colors, typography, components, and personality.

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

## 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:   
  - Source: [Marketing Plan](https://www.markaz.app/blog-post/marketing-plan)
- **Top Affiliate Programs for Facebook: Boost Your Earnings with Social Media | Markaz Blog**  
  - Image:   
  - Source: [Affiliate Programs](https://www.markaz.app/blog-post/affiliate-programs-for-facebook)
- **Top Women Perfumes In 2023 | Markaz Blog**  
  - Image:   
  - Source: [Women Perfumes](https://www.markaz.app/blog-post/best-perfumes-for-women-in-pakistan)
- **10 Branding Strategies To Try Out In 2023 | Markaz Blog**  
  - Image:   
  - Source: [Branding Strategies](https://www.markaz.app/blog-post/branding-strategies)
- **10 Best Men's Sports Watches Brands in Pakistan for 2024 | Markaz Blog**  
  - Image:   
  - Source: [Men's Sports Watches](https://www.markaz.app/blog-post/mens-sports-watches-in-pakistan)
- **15 Unique Online Business Ideas For Budding Pakistani Entrepreneurs | Markaz Blog**  
  - Image:   
  - Source: [Online Business Ideas](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:

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"
 },
 "personality": {
  "tone": "modern",
  "energy": "medium",
  "targetAudience": "online shoppers and dropshippers"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.95,
  "colors": 0.9,
  "overall": 0.925
 }
}
```
