llms.txt

Dataleap Brand Identity

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

Quick Facts

Field Value
Primary #7D8FF2
Accent #7D8FF2
Body Font Helvetica Now Text Regular
Heading Font Helvetica Now Display Regular

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: tech-savvy professionals

Dataleap Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Here’s a suggested flow:

  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.

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": "dark",
 "fonts": [
  {
   "family": "Helvetica Now Display Regular",
   "role": "heading"
  },
  {
   "family": "Helvetica Now Text Regular",
   "role": "body"
  },
  {
   "family": "DM Sans",
   "role": "body"
  },
  {
   "family": "Geist Mono",
   "role": "monospace"
  }
 ],
 "colors": {
  "primary": "#7D8FF2",
  "accent": "#7D8FF2",
  "background": "#161618",
  "textPrimary": "#161618",
  "link": "#0000EE"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Helvetica Now Text Regular",
   "heading": "Helvetica Now Display Regular"
  },
  "fontStacks": {
   "heading": [
    "sans-serif"
   ],
   "body": [
    "sans-serif"
   ],
   "paragraph": [
    "DM Sans",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "12px",
   "h2": "12px",
   "body": "32px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "0px"
 },
 "components": {
  "input": {
   "background": "#FFFFFF",
   "textColor": "#292524",
   "borderColor": "#F3F2F1",
   "borderRadius": "16px",
   "borderRadiusCorners": {
    "topLeft": "16px",
    "topRight": "16px",
    "bottomRight": "16px",
    "bottomLeft": "16px"
   },
   "shadow": "none"
  },
  "buttonPrimary": {
   "background": "#7D8FF2",
   "textColor": "#0000EE",
   "borderRadius": "12px",
   "borderRadiusCorners": {
    "topLeft": "12px",
    "topRight": "12px",
    "bottomRight": "12px",
    "bottomLeft": "12px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#F5F5F4",
   "textColor": "#000000",
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "favicon": "https://framerusercontent.com/images/KPZWn7tW9hHfQknuF98Gp7P6itc.svg",
  "ogImage": "https://framerusercontent.com/images/DYctGVK3a6dmuOakubsL8XYBFEc.png"
 },
 "personality": {
  "tone": "modern",
  "energy": "medium",
  "targetAudience": "tech-savvy professionals"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.95,
  "colors": 0.9,
  "overall": 0.925
 }
}