llms.txt

Dalus Brand Identity

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

Quick Facts

Field Value
Primary #036492
Accent #036492
Body Font IBM Plex Sans
Heading Font IBM Plex Sans

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

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

Dalus Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Instructions that you can follow if you 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" (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.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "IBM Plex Sans",
   "role": "body"
  },
  {
   "family": "Barlow",
   "role": "unknown"
  }
 ],
 "colors": {
  "primary": "#036492",
  "accent": "#036492",
  "background": "#F8F9FA",
  "textPrimary": "#0E0F11",
  "link": "#6B7280"
 },
 "typography": {
  "fontFamilies": {
   "primary": "IBM Plex Sans",
   "heading": "IBM Plex Sans"
  },
  "fontStacks": {
   "heading": [
    "IBM Plex Sans",
    "system-ui",
    "sans-serif"
   ],
   "body": [
    "IBM Plex Sans",
    "system-ui",
    "sans-serif"
   ],
   "paragraph": [
    "IBM Plex Sans",
    "system-ui",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "52px",
   "h2": "40px",
   "body": "20px"
  }
 },
 "spacing": {
  "baseUnit": 8,
  "borderRadius": "0px"
 },
 "components": {
  "input": {
   "background": "#F8F8F9",
   "textColor": "#0E0F11",
   "borderColor": "#CED2DA",
   "borderRadius": "8px",
   "borderRadiusCorners": {
    "topLeft": "8px",
    "topRight": "8px",
    "bottomRight": "8px",
    "bottomLeft": "8px"
   },
   "shadow": "none"
  },
  "buttonPrimary": {
   "background": "#036492",
   "textColor": "#FFFFFF",
   "borderRadius": "8px",
   "borderRadiusCorners": {
    "topLeft": "8px",
    "topRight": "8px",
    "bottomRight": "8px",
    "bottomLeft": "8px"
   },
   "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px"
  },
  "buttonSecondary": {
   "background": "#FFFFFF",
   "textColor": "#0E0F11",
   "borderColor": "#CED2DA",
   "borderRadius": "33554400px",
   "borderRadiusCorners": {
    "topLeft": "33554400px",
    "topRight": "33554400px",
    "bottomRight": "33554400px",
    "bottomLeft": "33554400px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "data:image/svg+xml;utf8,%3Csvg%20class%3D%22h-5%20w-auto%22%20width%3D%22109%22%20height%3D%2220%22%20viewBox%3D%220%200%20109%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E...",
  "favicon": "https://dalus.io/icon.svg?icon.75c25852.svg",
  "ogImage": "https://dalus.io/opengraph-image.png?opengraph-image.7c2bfe15.png",
  "logoHref": "/"
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "business professionals"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.95,
  "colors": 0.9,
  "overall": 0.925
 }
}