seso.json

Seso Brand Identity

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

Quick Facts

Field Value
Primary #0000EE
Accent #01843E
Body Font Inter
Heading Font Ivar Text Bold

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

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

Seso 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" (or by extension: woff2, woff, ttf, otf).
  3. Hard-reload the page and click around (pricing, blog, careers) — some weights may only load on specific routes.
  4. For each captured font URL, save 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.

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": "Inter",
      "role": "body"
    },
    {
      "family": "Ivar Text Bold",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#1A68BB",
    "accent": "#01843E",
    "background": "#FFFFFF",
    "textPrimary": "#181C1F",
    "link": "#006E33"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Ivar Text Bold"
    },
    "fontStacks": {
      "heading": [
        "Ivar Text Bold",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "52px",
      "body": "15px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#01843E",
      "textColor": "#FFFFFF",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FAFAFA",
      "textColor": "#0000EE",
      "borderRadius": "9px",
      "borderRadiusCorners": {
        "topLeft": "9px",
        "topRight": "9px",
        "bottomRight": "9px",
        "bottomLeft": "9px"
      },
      "shadow": "rgba(0, 0, 0, 0.06) 1.5px 16px 32px -12px, rgba(0, 0, 0, 0.06) 1px 4px 12px -2px, rgba(255, 255, 255, 0.1) 0px 4px 4px 0px inset, rgba(2, 80, 38, 0.06) 0px -4px 4px 0px inset"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/3lCEQ9Skr35oaUylPCRNqjIKlk.svg?width=900&height=245",
    "favicon": "https://framerusercontent.com/images/zxAkZ4VVGoXmZb0Y1QYDymvKc8.png",
    "ogImage": "https://framerusercontent.com/images/67RfB8hatG4gm1ntUwiQLk9nQew.png",
    "logoHref": "./"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  }
}