# Dost Education Brand Identity

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

## Quick Facts

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

## Color Palette

- primary: #FF4F62
- secondary: #FFBA46
- accent: #FF4D5E
- background: #FFFFFF
- textPrimary: #545454
- link: #FF4D5E

## Typography

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

## Visual Assets

- Logo: .png)
- Favicon: .png)

## UI Components

- buttonPrimary: background=#FFFFFF, textColor=#FFFFFF, borderRadius=0px, shadow=none

## Brand Personality

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

## Dost Education Brand in the Wild

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

- **Dost Education**  
  - Image:   
  - Source: https://www.dosteducation.com/blog/dost-ho-to-aisa--a-reflection-from-our-retreat
- **Dost Education**  
  - Image:   
  - Source: https://www.dosteducation.com/blog/parenting-in-the-pandemic-part-2-becoming-a-mom
- **Impact**  
  - Image: .png)  
  - Source: https://www.dosteducation.com/impact
- **Blog**  
  - Image: .jpg)  
  - Source: https://www.dosteducation.com/blog
- **Dost Education**  
  - Image:   
  - Source: https://www.dosteducation.com/blog/internal-findings-from-prompts-for-mapping-overtime-change-in-uttar-pradesh-and-uttarakhand
- **Blog**  
  - Image:   
  - Source: https://www.dosteducation.com/blog

## Working with these fonts

Not found on Google Fonts? Here’s the flow 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".
3. Hard-reload the page and click around.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS and copy out the matching @font-face declarations.

## Machine-Readable Profile

```json
{
 "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
 },
 "personality": {
  "tone": "playful",
  "energy": "high",
  "targetAudience": "educators and students"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.9,
  "colors": 0.95,
  "overall": 0.925
 }
}
```
