# 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

- primary: #FBFF4E
- secondary: #66717D
- accent: #00A6C1
- background: #000000
- textPrimary: #FFFFFF
- link: #00A6C1

## Typography

- primary: Inter — [Inter Font](https://fonts.google.com/specimen/Inter)
- heading: Titillium Web — [Titillium Web Font](https://fonts.google.com/specimen/Titillium+Web)

## Visual Assets

- Logo: 
- Favicon: 
- Social card (og:image):

## UI 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

## Brand Personality

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

## Torq Brand in the Wild

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

- **Login | Torq Academy**  
  - Image:   
  - Source: [Torq Academy](https://academy.torq.io/)
- **Security Hyperautomation Blog | Torq®**  
  - Image:   
  - Source: [Blog](https://torq.io/blog/)
- **Security Hyperautomation Blog | Torq®**  
  - Image:   
  - Source: [Blog](https://torq.io/blog/)
- **Security Hyperautomation Blog | Torq®**  
  - Image:   
  - Source: [Blog](https://torq.io/blog/)
- **Torq Chainsaw Trucker Hat**  
  - Image:   
  - Source: [Chainsaw Trucker Hat](https://store.torq.io/products/torq-chainsaw-trucker-hat)
- **Security Hyperautomation Blog | Torq®**  
  - Image:   
  - Source: [Blog](https://torq.io/blog/)

## 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

```json
{
  "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"
  }
}
```
