# Modulari-T Brand Identity

A complete profile of **Modulari-T**'s visual system — colors, typography, components, and personality — extracted from [https://modularit.bio](https://modularit.bio/). Built for designers, agents, and AI tools.

## Color Palette
Brand palette extracted from https://modularit.bio.

- **Primary**: #FFFF00 (rgb(255, 255, 0))
- **Accent**: #FFFF00 (rgb(255, 255, 0))
- **Background**: #FFFFFF (rgb(255, 255, 255))
- **Text Primary**: #0F0F0F (rgb(15, 15, 15))
- **Link**: #FFFF00 (rgb(255, 255, 0))

## Typography
Each font links to its Google Fonts page where available.

- **Primary**: Montserrat [Google Fonts →](https://fonts.google.com/specimen/Montserrat)
- **Heading**: Archivo Black [Google Fonts →](https://fonts.google.com/specimen/Archivo+Black)

## Visual Assets

Logo

Favicon

Social Card

## UI Components
Live previews rendered using Modulari-T's actual button styles.

- **Button Primary**
  - **Background**: #FFFFFF
  - **Text Color**: #000000
  - **Border Radius**: 0px
  - **Shadow**: none

## Brand Personality
- **Tone**: modern
- **Energy**: medium
- **Audience**: biotechnology professionals and researchers

## Frequently Asked Questions
- **What is Modulari-T's primary brand color?**  
Modulari-T's primary brand color is #FFFF00. It anchors the visual identity across their website, product UI, and marketing materials.
- **What font does Modulari-T use?**  
Modulari-T uses Montserrat for body text and Archivo Black for headings.
- **Does Modulari-T use a light or dark theme?**  
Modulari-T's primary site uses a light color scheme, with a background of #FFFFFF.
- **Where can I find Modulari-T's logo?**  
Modulari-T's logo is available directly on their site (https://modularit.bio).
- **How was this brand profile generated?**  
This profile was extracted from https://modularit.bio using the Firecrawl branding extraction API.

## Methodology
Brand data on this page was extracted from
[https://modularit.bio](https://modularit.bio/) using the [Firecrawl](https://firecrawl.dev/) branding extraction API.

## Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Montserrat",
      "role": "body"
    },
    {
      "family": "Archivo Black",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FFFF00",
    "accent": "#FFFF00",
    "background": "#FFFFFF",
    "textPrimary": "#0F0F0F",
    "link": "#FFFF00"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Montserrat",
      "heading": "Archivo Black"
    },
    "fontStacks": {
      "heading": ["Archivo Black", "arial", "sans-serif"],
      "body": ["Times New Roman"],
      "paragraph": ["Montserrat", "arial", "sans-serif"]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "32px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "0px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://img1.wsimg.com/isteam/ip/84302cfe-8d2d-4d76-85fa-288b6be19516/modularit%20full%20logo.png/:/rs=h:74,cg:true,m/qt=q:95",
    "favicon": "https://img1.wsimg.com/isteam/ip/84302cfe-8d2d-4d76-85fa-288b6be19516/favicon/ac69cb19-d289-4826-8183-7f2328fc362b.png/:/rs=w:16,h:16,m",
    "ogImage": "https://img1.wsimg.com/isteam/ip/84302cfe-8d2d-4d76-85fa-288b6be19516/Screen%20Shot%202024-09-13%20at%204.17.01%20PM.png"
  }
}
```
