# Adentris Brand Identity

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

## Quick Facts

| Field | Value |
|---|---|
| Primary | #3A7DFF |
| Accent | #3A7DFF |
| Body Font | Inter |
| Heading Font | Inter |

## Color Palette

- primary: #3A7DFF
- secondary: #3898EC
- accent: #3A7DFF
- background: #FFFFFF
- textPrimary: #000000
- link: #0B66C2

## Typography

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

## Visual Assets

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

## UI Components

- buttonPrimary: background=#3A7DFF, textColor=#FFFFFF, borderRadius=8px, shadow=none
- buttonSecondary: background=transparent, textColor=#373737, borderColor=#E5E5E5, borderRadius=8px, shadow=none

## Brand Personality

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

## Adentris Brand in the Wild

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

- **Adentris - Blog**  
  - Image:   
  - Source: https://adentris.com/blog
- **Top Behavioral Health Documentation Compliance Platforms Compared**  
  - Image:   
  - Source: https://blog.adentris.com/top-behavioral-health-documentation-compliance-platforms-compared/
- **How to Find Mistakes in Medical Records: Step‑by‑Step Guide | Adentris | Blog**  
  - Image:   
  - Source: https://adentris.com/blog/how-to-find-mistakes-in-medical-records-step-by-step-guide

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#3A7DFF",
    "secondary": "#3898EC",
    "accent": "#3A7DFF",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#0B66C2"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "64px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#3A7DFF",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#373737",
      "borderColor": "#E5E5E5",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://cdn.prod.website-files.com/68bf8661658524014a19ad56/68d54430de35b19cf9871184_favicon-32x32.png",
    "ogImage": "https://cdn.prod.website-files.com/68024fdaa92be931911fa652/68091d16c8d0f45e04e21398_WorkDone-Preview.jpg"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "hospitals and healthcare professionals"
  }
}
```
