# Lightberry Brand Identity

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

## Quick Facts

| Field | Value |
|---|---|
| Primary | #180A06 |
| Accent | #F8D588 |
| Body Font | Times New Roman |
| Heading Font | Times New Roman |

## Color Palette

- primary: #180A06
- secondary: #FAEDE6
- accent: #F8D588
- background: #FFFDF6
- textPrimary: #000000
- link: #F8D588

## Typography

- primary: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman
- heading: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman

## Visual Assets

- Favicon: 
- Social card (og:image):

## Brand Personality

Tone: professional · Energy: medium · Audience: unknown

## Lightberry Brand in the Wild

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

- **Lightberry · GitHub**  
  - Image:   
  - Source: https://github.com/LightberryEu
- **How To Setup & Configure Lightberry HD With Hyperion & HyperCon**  
  - Image:   
  - Source: https://www.chewie.co.uk/general/how-to-setup-and-configure-lightberry-hd-with-hyperion-hypercon/
- **Lightberry | LinkedIn**  
  - Image:   
  - Source: https://www.linkedin.com/company/lightberryinc
- **Howto: Lightberry (GPIO) - HowTo - OSMC Forums**  
  - Image:   
  - Source: https://discourse.osmc.tv/t/howto-lightberry-gpio/6444

## Working with these fonts

Not found on Google Fonts? Follow these steps:  
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 capture the font URLs.  
4. Save the files locally.  
5. View the page's CSS and match @font-face declarations.

**Machine-Readable Profile**
```json
{
 "colorScheme": "light",
 "fonts": [
 {
 "family": "Figtree",
 "count": 14
 },
 {
 "family": "sans-serif",
 "count": 14
 },
 {
 "family": "Times New Roman",
 "count": 12
 },
 {
 "family": "Azeret Mono",
 "count": 10
 },
 {
 "family": "monospace",
 "count": 10
 }
 ],
 "colors": {
 "primary": "#180A06",
 "secondary": "#FAEDE6",
 "accent": "#F8D588",
 "background": "#FFFDF6",
 "textPrimary": "#000000",
 "link": "#F8D588"
 },
 "typography": {
 "fontFamilies": {
 "primary": "Times New Roman",
 "heading": "Times New Roman"
 },
 "fontStacks": {
 "body": [
 "Times New Roman"
 ],
 "heading": [
 "Times New Roman"
 ],
 "paragraph": [
 "Figtree",
 "sans-serif"
 ]
 },
 "fontSizes": {
 "h1": "24px",
 "h2": "24px",
 "body": "24px"
 }
 },
 "spacing": {
 "baseUnit": 4,
 "borderRadius": "6px"
 },
 "components": {},
 "images": {
 "logo": null,
 "favicon": "https://lightberry.com/assets/images/favicon.png?v=410c47e6",
 "ogImage": "https://lightberry.com/assets/images/share.jpg?v=410c47e6"
 },
 "personality": {
 "tone": "professional",
 "energy": "medium",
 "targetAudience": "unknown"
 },
 "designSystem": {
 "framework": "unknown",
 "componentLibrary": ""
 },
 "confidence": {
 "buttons": 0,
 "colors": 0,
 "overall": 0
 }
}
```
