dost education.json

Dost Education Brand Identity

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

Quick Facts

Field Value
Primary #FF4F62
Accent #FF4D5E
Body Font Poppins
Heading Font Josefin Sans

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: playful · Energy: high · Audience: educators and students

Dost Education Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Here are 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": "Poppins",
      "role": "body"
    },
    {
      "family": "DynaPuff",
      "role": "display"
    },
    {
      "family": "Josefin Sans",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FF4F62",
    "secondary": "#FFBA46",
    "accent": "#FF4D5E",
    "background": "#FFFFFF",
    "textPrimary": "#545454",
    "link": "#FF4D5E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Poppins",
      "heading": "Josefin Sans"
    },
    "fontStacks": {
      "heading": [
        "DynaPuff",
        "sans-serif"
      ],
      "body": [
        "Josefin Sans",
        "sans-serif"
      ],
      "paragraph": [
        "DynaPuff",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "30px",
      "h2": "40px",
      "body": "45px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/64e8762409760d7f6308c162/68b0b1bceec320b335e3c296_New%20slogan_and%20logo%20Dost%20(1)(2).png",
    "favicon": "https://cdn.prod.website-files.com/64e8762409760d7f6308c162/6512e2099ff92b0408aefd48_Dost%20256%20(1).png",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 2,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #2 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Dost Education'.",
    "confidence": 0.95,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "EXPLORE",
      "reasoning": "The button labeled 'EXPLORE' is the only button detected and uses the brand's accent color, making it the primary call-to-action by default."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "There is only one button detected, so no secondary button is available."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "playful",
    "energy": "high",
    "targetAudience": "educators and students"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 2,
        "selectedLogoReasoning": "Selected #2 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Dost Education'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}