llms.txt

Torq Brand Identity

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

Quick Facts

Field Value
Primary #FBFF4E
Accent #00A6C1
Body Font Inter
Heading Font Titillium Web

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: high · Audience: security professionals and enterprises

Torq Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Here are some 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".
  3. Hard-reload the page and click around to load specific weights.
  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.

Machine-Readable Profile

{
  "colorScheme": "dark",
  "fonts": [
    {"family": "Inter", "role": "body"},
    {"family": "Titillium Web", "role": "heading"}
  ],
  "colors": {
    "primary": "#FBFF4E",
    "secondary": "#66717D",
    "accent": "#00A6C1",
    "background": "#000000",
    "textPrimary": "#FFFFFF",
    "link": "#00A6C1"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Titillium Web"
    },
    "fontStacks": {
      "heading": ["Titillium Web", "sans-serif"],
      "body": ["Times New Roman"],
      "paragraph": ["Inter", "sans-serif"]
    },
    "fontSizes": {
      "h1": "65px",
      "h2": "40px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "0px",
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "50px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#FFFFFF",
      "borderRadius": "50px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://torq.io/wp-content/uploads/2023/03/Logo.png",
    "favicon": "https://torq.io/wp-content/uploads/2024/05/cropped-torq-favicon-black-32x32.png",
    "ogImage": "https://torq.io/wp-content/uploads/2024/04/homepage-featured-image.jpg"
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "security professionals and enterprises"
  }
}