llms.txt

Suger Brand Identity

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

Quick Facts

Field Value
Primary #6A7181
Accent #FF6B35
Body Font Plus Jakarta Sans
Heading Font Inter

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

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

Suger 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 to help:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font".
  3. Hard-reload the page and click around — 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 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": "Plus Jakarta Sans",
 "role": "body"
 },
 {
 "family": "Inter",
 "role": "heading"
 }
 ],
 "colors": {
 "primary": "#6A7181",
 "secondary": "#64748B",
 "accent": "#FF6B35",
 "background": "#FCFCFC",
 "textPrimary": "#1D212B",
 "link": "#FF6B35"
 },
 "typography": {
 "fontFamilies": {
 "primary": "Plus Jakarta Sans",
 "heading": "Inter"
 },
 "fontStacks": {
 "heading": [
 "Plus Jakarta Sans",
 "Inter",
 "system-ui",
 "sans-serif"
 ],
 "body": [
 "Plus Jakarta Sans",
 "Inter",
 "system-ui",
 "sans-serif"
 ],
 "paragraph": [
 "Plus Jakarta Sans",
 "Inter",
 "system-ui",
 "sans-serif"
 ]
 },
 "fontSizes": {
 "h1": "72px",
 "h2": "36px",
 "body": "12px"
 }
 },
 "spacing": {
 "baseUnit": 4,
 "borderRadius": "16px"
 },
 "components": {
 "buttonPrimary": {
 "background": "#FF6B35",
 "textColor": "#FFFFFF",
 "borderRadius": "9999px",
 "borderRadiusCorners": {
 "topLeft": "9999px",
 "topRight": "9999px",
 "bottomRight": "9999px",
 "bottomLeft": "9999px"
 },
 "shadow": "none"
 },
 "buttonSecondary": {
 "background": "#FFFFFF",
 "textColor": "#F97015",
 "borderRadius": "12px",
 "borderRadiusCorners": {
 "topLeft": "12px",
 "topRight": "12px",
 "bottomRight": "12px",
 "bottomLeft": "12px"
 },
 "shadow": "none"
 }
 },
 "images": {
 "logo": "https://www.suger.io/logos/Suger_logo_2025_black.png",
 "favicon": "https://www.suger.io/favicon.ico",
 "ogImage": null,
 "logoHref": "/",
 "logoAlt": "Suger"
 },
 "personality": {
 "tone": "professional",
 "energy": "medium",
 "targetAudience": "business professionals"
 }
}