llms.txt

TAG Brand Identity

A complete profile of TAG's visual system — colors, typography, components, and personality — extracted from https://tagme.pk/. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #EBCB13
Accent #4EF3A4
Body Font Inter
Heading Font Inter

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: bold · Energy: high · Audience: gamers and online casino enthusiasts

TAG Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Agent 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.

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": "dark",
 "fonts": [
  {
   "family": "Inter",
   "role": "body"
  }
 ],
 "colors": {
  "primary": "#EBCB13",
  "accent": "#4EF3A4",
  "background": "#1D1D1D",
  "textPrimary": "#1D1D1D",
  "link": "#4EF3A4"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Inter",
   "heading": "Inter"
  },
  "fontStacks": {
   "heading": [
    "Inter",
    "sans-serif"
   ],
   "body": [
    "Inter",
    "sans-serif"
   ],
   "paragraph": [
    "Inter",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "40px",
   "h2": "40px",
   "body": "16.8px"
  }
 },
 "spacing": {
  "baseUnit": 10,
  "borderRadius": "6px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#EBCB13",
   "textColor": "#131313",
   "borderColor": "#EBCB13",
   "borderRadius": "6px",
   "borderRadiusCorners": {
    "topLeft": "6px",
    "topRight": "6px",
    "bottomRight": "6px",
    "bottomLeft": "6px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#191717",
   "textColor": "#FFFFFF",
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": null,
  "favicon": "https://tagme.pk/assets/img/favicon.svg",
  "ogImage": null
 },
 "__llm_button_reasoning": {
  "primary": {
   "index": 2,
   "text": "Download",
   "reasoning": "Button #2 has a vibrant background color (#EBCB13) which is distinct and stands out as the primary call-to-action. It uses a brand color and has a more prominent design with a border radius, making it the most likely primary CTA."
  },
  "secondary": {
   "index": 0,
   "text": "Download",
   "reasoning": "Button #0 is selected as secondary because it has a different background color (#191717) from the primary button and is less visually prominent, fitting the role of a secondary action."
  },
  "confidence": 0.95
 },
 "personality": {
  "tone": "bold",
  "energy": "high",
  "targetAudience": "gamers and online casino enthusiasts"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.95,
  "colors": 0.9,
  "overall": 0.925
 },
 "__llm_metadata": {
  "logoSelection": {
   "llmCalled": false,
   "llmSucceeded": false,
   "finalSource": "none"
  },
  "buttonClassification": {
   "llmCalled": true,
   "llmSucceeded": true
  }
 }
}