llms.txt

BrowserOS Brand Identity

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

Quick Facts

Field Value
Primary #EAE6D7
Accent #0F0F0F
Body Font Georgia
Heading Font EB Garamond

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: tech-savvy users interested in privacy and open-source solutions

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Georgia",
      "role": "body"
    },
    {
      "family": "Source Serif 4",
      "role": "body"
    },
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "EB Garamond",
      "role": "heading"
    },
    {
      "family": "Space Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#EAE6D7",
    "secondary": "#C8885A",
    "accent": "#0F0F0F",
    "background": "#F4F1E6",
    "textPrimary": "#0F0F0F",
    "link": "#F0E8D8"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Georgia",
      "heading": "EB Garamond"
    },
    "fontStacks": {
      "heading": [
        "EB Garamond",
        "Georgia",
        "serif"
      ],
      "body": [
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Source Serif 4",
        "Source Serif Pro",
        "Georgia",
        "serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "96px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#3A3632",
      "borderColor": null,
      "borderRadius": "0px",
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#0F0F0F",
      "textColor": "#F4F1E6",
      "borderRadius": "12px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F4F1E6",
      "textColor": "#0F0F0F",
      "borderColor": "#D7D4CA",
      "borderRadius": "999px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://browseros.com/icons/logo-with-orange-text.svg",
    "favicon": "https://browseros.com/icons/favicon.png",
    "ogImage": "https://www.browseros.com/og/home.png"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy users interested in privacy and open-source solutions"
  }
}