llms.txt
Lightscreen AI Brand Identity
A complete profile of Lightscreen AI's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #111827 |
| Accent | #374151 |
| Body Font | Outfit |
| Heading Font | Source Serif 4 |
Color Palette
- primary: #111827
- secondary: #4B5563
- accent: #374151
- background: #FFFFFF
- textPrimary: #374151
- link: #374151
Typography
- primary: Outfit — Google Fonts
- heading: Source Serif 4 — Google Fonts
Visual Assets
- Logo:
- Favicon:
UI Components
- buttonPrimary: background=transparent, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=12px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px
- buttonSecondary: background=#FFFFFF, textColor=#374151, borderColor=#FFFFFF, borderRadius=12px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 16px 0px, rgba(255, 255, 255, 0.6) 1px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) -1px -1px 2px 0px inset
Brand Personality
Tone: modern · Energy: medium · Audience: recruiting professionals
Lightscreen AI Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Lightscreen - AI-powered interviews
- Image:
- Source: Lightscreen
- Lightscreen Blog
- Image:
- Source: Lightscreen Blog
- Lightscreen - Give your recruiting team AI superpowers
- Image:
- Source: Lightscreen
- Lightscreen - AI Tool For Candidate screening
- Image:
- Source: There's an AI for that
- Three minute interview -- Lightscreen AI candidate experience - YouTube
- Image:
- Source: YouTube
- Lightscreen AI: Voice + video AI interviewer | Y Combinator
- Image:
- Source: Y Combinator
Working with these fonts
Not found on Google Fonts? 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" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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": "light",
"fonts": [
{
"family": "Outfit",
"role": "body"
},
{
"family": "Source Serif 4",
"role": "heading"
}
],
"colors": {
"primary": "#111827",
"secondary": "#4B5563",
"accent": "#374151",
"background": "#FFFFFF",
"textPrimary": "#374151",
"link": "#374151"
},
"typography": {
"fontFamilies": {
"primary": "Outfit",
"heading": "Source Serif 4"
},
"fontStacks": {
"heading": [
"Source Serif 4"
],
"body": [
"Arial",
"Helvetica",
"sans-serif"
],
"paragraph": [
"Outfit"
]
},
"fontSizes": {
"h1": "72px",
"h2": "20px",
"body": "30px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "5px"
},
"components": {
"buttonPrimary": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#374151",
"borderColor": "#FFFFFF",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 16px 0px, rgba(255, 255, 255, 0.6) 1px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) -1px -1px 2px 0px inset"
}
},
"images": {
"logo": "https://lightscreen.ai/logo.svg",
"favicon": "https://lightscreen.ai/favicon.ico?favicon.0b3bf435.ico",
"ogImage": null,
"logoHref": "/",
"logoAlt": "Lightscreen Logo"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "recruiting professionals"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
}
}