# PublicBranding

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/app/p/[slugId]/components/BrandingContext.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/p/[slugId]/components/BrandingContext.tsx#L35)

## Properties

| Property | Type |
|---|---|
| `siteName` | `string | null` |
| `tagline` | `string | null` |
| `logoLightUrl` | `string | null` |
| `faviconUrl` | `string | null` |
| `primaryColor` | `string | null` |
| `accentColor` | `string | null` |
| `supportEmail` | `string | null` |
| `menuStyle` | `MenuStyle | null` |
| `menuConfig` | `MenuConfig | null` |
| `theme` | `string | null` |
| `logoDarkUrl` | `string | null` |
| `fontFamily` | `string | null` |
| `customCss` | `string | null` |
| `hidePoweredBy` | `boolean | null` |
| `customFooter` | `string | null` |
| `colorMode` | `string | null` |
| `audienceThemes` | `Record<string, AudienceTheme> | null` |
| `allowReaderTheme` | `boolean | null` |
