# Astek Diagnostics Brand Identity

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

## Quick Facts

| Field    | Value    |
|----------|----------|
| Primary  | #2E5546  |
| Accent   | #0000EE  |
| Body Font| Karla    |
| Heading Font| Montserrat |

## Color Palette

- primary: #2E5546
- secondary: #132C22
- accent: #0000EE
- background: #FFFFFF
- textPrimary: #000000
- link: #0000EE

## Typography

- primary: Karla — https://fonts.google.com/specimen/Karla
- heading: Montserrat — https://fonts.google.com/specimen/Montserrat

## Visual Assets

- Logo: 
- Favicon: 
- Social card (og:image):

## Brand Personality

Tone: professional · Energy: medium · Audience: healthcare professionals

## Working with these fonts

Not found on Google Fonts? Here are instructions for agents who 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 to capture font URLs.
4. Download the font files locally.
5. Copy matching @font-face declarations from the CSS.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Karla",
      "role": "body"
    },
    {
      "family": "Montserrat",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#2E5546",
    "secondary": "#132C22",
    "accent": "#0000EE",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Karla",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "heading": [
        "Montserrat",
        "sans-serif"
      ],
      "body": [
        "Karla",
        "sans-serif"
      ],
      "paragraph": [
        "Karla",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "71.04px",
      "h2": "56.96px",
      "body": "23.36px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {},
  "images": {
    "logo": "https://astekdx.com/images/header-logo-inverted.svg",
    "favicon": "https://astekdx.com/favicon.svg",
    "ogImage": "https://astekdx.com/images/astek-og-card.jpg",
    "logoHref": "/"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "healthcare professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  }
}
```
