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
- primary: #FBFF4E
- secondary: #66717D
- accent: #00A6C1
- background: #000000
- textPrimary: #FFFFFF
- link: #00A6C1
Typography
- primary: Inter — Inter Font
- heading: Titillium Web — Titillium Web Font
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
- Security Hyperautomation Blog | Torq®
- Image:
- Source: Blog
- Security Hyperautomation Blog | Torq®
- Image:
- Source: Blog
- Security Hyperautomation Blog | Torq®
- Image:
- Source: Blog
- Torq Chainsaw Trucker Hat
- Image:
- Source: Chainsaw Trucker Hat
- Security Hyperautomation Blog | Torq®
- Image:
- Source: 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:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font".
- Hard-reload the page and click around to load specific weights.
- For each captured font URL: right-click → Save As to download the file locally.
- 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"
}
}