llms.txt

Flagright Brand Identity

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

Quick Facts

Field Value
Primary #1668F7
Accent #1668F7
Body Font Inter
Heading Font Manrope

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: financial institutions and compliance professionals

Flagright 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.

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.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
 {"family": "Inter","role": "body"},
 {"family": "Manrope","role": "heading"}
 ],
 "colors": {
 "primary": "#1668F7",
 "secondary": "#131F40",
 "accent": "#1668F7",
 "background": "#F8FAFE",
 "textPrimary": "#020914",
 "link": "#020914"
 },
 "typography": {
 "fontFamilies": {
 "primary": "Inter",
 "heading": "Manrope"
 },
 "fontStacks": {
 "heading": ["Manrope","sans-serif"],
 "body": ["Inter","sans-serif"],
 "paragraph": ["Manrope","sans-serif"]
 },
 "fontSizes": {
 "h1": "60px",
 "h2": "17.6px",
 "body": "14.4px"
 }
 },
 "spacing": {
 "baseUnit": 4,
 "borderRadius": "8px"
 },
 "components": {
 "buttonPrimary": {
 "background": "#1668F7",
 "textColor": "#FFFFFF",
 "borderRadius": "4px",
 "borderRadiusCorners": {
 "topLeft": "4px",
 "topRight": "4px",
 "bottomRight": "4px",
 "bottomLeft": "4px"
 },
 "shadow": "none"
 },
 "buttonSecondary": {
 "background": "#020914",
 "textColor": "#FFFFFF",
 "borderRadius": "0px",
 "borderRadiusCorners": {
 "topLeft": "0px",
 "topRight": "0px",
 "bottomRight": "0px",
 "bottomLeft": "0px"
 },
 "shadow": "none"
 }
 },
 "images": {
 "logo": "https://cdn.prod.website-files.com/64f420094266acf96b6d3f84/65718cafc9d62f339ecf0a76_9521fc99c4d5fa950946fb03902b9092_logo-light.svg",
 "favicon": "https://cdn.prod.website-files.com/64f420094266acf96b6d3f84/6549f6cc730622e92da46007_favicon.svg",
 "ogImage": "https://cdn.prod.website-files.com/64f420094266acf96b6d3f84/66a782cc20c542e9eb98c474_f3d4c7eeac674a1f506673f5de38c284_Flagright%20Open%20graph.png",
 "logoHref": "/",
 "logoAlt": "Flagright logo"
 },
 "confidence": {
 "buttons": 0.95,
 "colors": 0.9,
 "overall": 0.925
 }
}