llms.txt

Agentic Fabriq Brand Identity

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

Quick Facts

Field Value
Primary #676F7E
Accent #3B82F6
Body Font Georgia
Heading Font Lora

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

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

Agentic Fabriq 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 and copy out the matching @font-face declarations.

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.

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": "Georgia", "role": "body"},
 {"family": "Lora", "role": "heading"}
 ],
 "colors": {
 "primary": "#676F7E",
 "secondary": "#334155",
 "accent": "#3B82F6",
 "background": "#F9F7F4",
 "textPrimary": "#000000",
 "link": "#3B82F6"
 },
 "typography": {
 "fontFamilies": {
 "primary": "Georgia",
 "heading": "Lora"
 },
 "fontStacks": {
 "heading": ["Lora", "Georgia", "serif"],
 "body": ["Georgia", "Times New Roman", "serif"],
 "paragraph": ["Georgia", "Times New Roman", "serif"]
 },
 "fontSizes": {
 "h1": "72px",
 "h2": "60px",
 "body": "18px"
 }
 },
 "spacing": {
 "baseUnit": 4,
 "borderRadius": "4px"
 },
 "components": {
 "input": {
 "background": "#F7F5F2",
 "textColor": "#14181F",
 "borderColor": "#F1EFEB",
 "borderRadius": "10px",
 "borderRadiusCorners": {
 "topLeft": "10px",
 "topRight": "10px",
 "bottomRight": "10px",
 "bottomLeft": "10px"
 },
 "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
 },
 "buttonPrimary": {
 "background": "#14181F",
 "textColor": "#FDFDFC",
 "borderRadius": "9999px",
 "borderRadiusCorners": {
 "topLeft": "9999px",
 "topRight": "9999px",
 "bottomRight": "9999px",
 "bottomLeft": "9999px"
 },
 "shadow": "none"
 },
 "buttonSecondary": {
 "background": "#E2E8F0",
 "textColor": "#676F7E",
 "borderRadius": "9999px",
 "borderRadiusCorners": {
 "topLeft": "9999px",
 "topRight": "9999px",
 "bottomRight": "9999px",
 "bottomLeft": "9999px"
 },
 "shadow": "none"
 }
 },
 "images": {
 "logo": "https://www.agenticfabriq.com/fabriq-logo.png",
 "favicon": "https://www.agenticfabriq.com/fabriq-logo.png",
 "ogImage": null,
 "logoHref": "/",
 "logoAlt": "Fabriq Logo"
 },
 "personality": {
 "tone": "modern",
 "energy": "medium",
 "targetAudience": "business professionals"
 },
 "designSystem": {
 "framework": "tailwind",
 "componentLibrary": ""
 },
 "confidence": {
 "buttons": 0.95,
 "colors": 0.9,
 "overall": 0.925
 }
}