llms.txt
Sweet Security Brand Identity
A complete profile of Sweet Security's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #DAFF00 |
| Accent | #DAFF00 |
| Body Font | Sweet text |
| Heading Font | Sweet title |
Color Palette
- primary: #DAFF00
- secondary: #FBFFE5
- accent: #DAFF00
- background: #FFFFFF
- textPrimary: #0F190A
- link: #0F190A
Typography
- primary: Sweet text — https://fonts.google.com/specimen/Sweet+text
- heading: Sweet title — https://fonts.google.com/specimen/Sweet+title
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- input: background=#FFFFFF, textColor=#FFFFFF, borderColor=#F4FFB2, borderRadius=8px, shadow=none
- buttonPrimary: background=#DAFF00, textColor=#0F190A, borderRadius=4px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#0F190A, borderColor=#0F190A, borderRadius=4px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: tech-savvy professionals
Working with these fonts
Not found on Google Fonts? Follow this flow 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 — 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 and copy out the matching @font-face declarations.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Sweet text",
"role": "body"
},
{
"family": "Sweet title",
"role": "heading"
},
{
"family": "Arial",
"role": "unknown"
},
{
"family": "Times New Roman",
"role": "unknown"
}
],
"colors": {
"primary": "#DAFF00",
"secondary": "#FBFFE5",
"accent": "#DAFF00",
"background": "#FFFFFF",
"textPrimary": "#0F190A",
"link": "#0F190A"
},
"typography": {
"fontFamilies": {
"primary": "Sweet text",
"heading": "Sweet title"
},
"fontStacks": {
"heading": [
"Sweet title",
"Arial",
"sans-serif"
],
"body": [
"Sweet text",
"sans-serif"
],
"paragraph": [
"Sweet text",
"sans-serif"
]
},
"fontSizes": {
"h1": "84px",
"h2": "60px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "14px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#FFFFFF",
"borderColor": "#F4FFB2",
"borderRadius": "8px",
"shadow": "none"
},
"buttonPrimary": {
"background": "#DAFF00",
"textColor": "#0F190A",
"borderRadius": "4px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#0F190A",
"borderColor": "#0F190A",
"borderRadius": "4px",
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/671e67b935e33231695d5a63/690cb34528bfcb4d8e119e61_sweet%20logo.svg",
"favicon": "https://cdn.prod.website-files.com/671e67b935e33231695d5a63/67445a0550d571de8358a517_Sweet%20fav%2032x32.png",
"ogImage": "https://cdn.prod.website-files.com/671e67b935e33231695d5a63/67430e99ae40f39f05f53a5f_sweet-open%20graph%20image.jpg"
},
"personality": {
"tone": "modern",
"energy": "high",
"targetAudience": "tech-savvy professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"overall": 0.925
}
}