anto biosciences.json

Anto Biosciences Brand Identity

A complete profile of Anto Biosciences's visual system — colors, typography, components, and personality — extracted from https://www.anto.bio/. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #3898EC
Accent #1E51F7
Body Font Sen
Heading Font Sen

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: scientists and researchers interested in AI and biology

Anto Biosciences Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Agent 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": "Sen",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#3898EC",
    "secondary": "#E8EDFF",
    "accent": "#1E51F7",
    "background": "#FFFFFF",
    "textPrimary": "#191919",
    "link": "#1E51F7"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Sen",
      "heading": "Sen"
    },
    "fontStacks": {
      "heading": [
        "Sen"
      ],
      "body": [
        "Sen"
      ],
      "paragraph": [
        "Sen"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "52px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": "#D9D9D9",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/6938719a4d2bb972ec5e2c79/6939ecb6cefb8a0ec806471e_77957056cf5940c0a51a29653a170311_Logo-wide.png",
    "favicon": "https://cdn.prod.website-files.com/6938719a4d2bb972ec5e2c79/694072f873e12d0a0625de45_32.png",
    "ogImage": "https://cdn.prod.website-files.com/6938719a4d2bb972ec5e2c79/6938719c4d2bb972ec5e2d83_77957056cf5940c0a51a29653a170311_Logo.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 5,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #5 because it is visible, located in the header, and links to the homepage, which are strong indicators of a primary brand logo.",
    "confidence": 0.9,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "More about us",
      "reasoning": "Button #0 ('More about us') is likely the primary CTA as it invites users to learn more about the brand, which is a common primary action on informational sites."
    },
    "secondary": {
      "index": 2,
      "text": "Email us",
      "reasoning": "Button #2 ('Email us') serves as a secondary action, offering a direct contact option, which is typical for secondary CTAs."
    },
    "confidence": 0.8
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "scientists and researchers interested in AI and biology"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.8,
    "colors": 0.9,
    "overall": 0.8500000000000001
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 5,
        "selectedLogoReasoning": "Selected #5 because it is visible, located in the header, and links to the homepage, which are strong indicators of a primary brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}