llms.txt

Fastshot Brand Identity

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

Quick Facts

Field Value
Primary #8A82FF
Accent #8A82FF
Body Font Montserrat
Heading Font Poppins

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: high · Audience: developers and tech enthusiasts

Fastshot Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? The suggested flow:

  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.
  4. Download the font files locally.
  5. View the page's CSS and copy out the @font-face declarations.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
 {
 "family": "Montserrat",
 "role": "body"
 },
 {
 "family": "Poppins",
 "role": "heading"
 }
 ],
 "colors": {
 "primary": "#8A82FF",
 "secondary": "#DEDBFF",
 "accent": "#8A82FF",
 "background": "#FFFFFF",
 "textPrimary": "#0F172A",
 "link": "#0F172A"
 },
 "typography": {
 "fontFamilies": {
 "primary": "Montserrat",
 "heading": "Poppins"
 },
 "fontStacks": {
 "heading": [
 "Montserrat",
 "sans-serif"
 ],
 "body": [
 "Montserrat",
 "sans-serif"
 ],
 "paragraph": [
 "Montserrat",
 "sans-serif"
 ]
 },
 "fontSizes": {
 "h1": "48px",
 "h2": "48px",
 "body": "18px"
 }
 },
 "spacing": {
 "baseUnit": 4,
 "borderRadius": "6px"
 },
 "components": {
 "input": {
 "background": "transparent",
 "textColor": "#0F172A",
 "borderColor": null,
 "borderRadius": "0px",
 "shadow": "none"
 },
 "buttonPrimary": {
 "background": "#8A82FF",
 "textColor": "#FFFFFF",
 "borderRadius": "9999px",
 "shadow": "none"
 },
 "buttonSecondary": {
 "background": "#FF8B49",
 "textColor": "#FFFFFF",
 "borderRadius": "9999px",
 "shadow": "none"
 }
 },
 "images": {
 "logo": "https://fastshot.ai/new_logo.png",
 "favicon": "https://fastshot.ai/fastshot/logos/FS-original-circle.svg",
 "ogImage": "https://fastshot.ai/fastshot/landing/og.jpeg",
 "logoAlt": "Fastshot Logo"
 },
 "personality": {
 "tone": "modern",
 "energy": "high",
 "targetAudience": "developers and tech enthusiasts"
 },
 "designSystem": {
 "framework": "tailwind",
 "componentLibrary": ""
 },
 "confidence": {
 "buttons": 0.95,
 "colors": 0.9,
 "overall": 0.925
 }
}