> For the complete documentation index, see [llms.txt](https://yvechat.gitbook.io/wp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yvechat.gitbook.io/wp/resources/brand-assets.md).

# Brand Assets

The YveChat identity carries one idea: sovereignty, expressed with restraint.

<figure><img src="/files/btqMkB09UqXg5VGCmdHr" alt="The YveChat emblem" width="160"><figcaption><p>The emblem. One mark, one accent colour, on the brand Night ground</p></figcaption></figure>

The emblem sets the green mark on Night, so it renders the same way on a light page and a dark one. That consistency is why it carries the identity wherever space is limited.

***

### Colour

| Token             | Hex       | Use                     |
| ----------------- | --------- | ----------------------- |
| **Night**         | `#0F1A14` | Primary background      |
| **Forest**        | `#1A2E20` | Cards and surfaces      |
| **YveChat Green** | `#3DBA72` | Accent, the only accent |
| **Mist**          | `#E8F0EB` | Light text              |
| **Sage**          | `#A8C4B0` | Secondary text          |

A single accent is a deliberate constraint. One colour carries emphasis, so emphasis retains meaning.

***

### Typography

| Face               | Role                  |
| ------------------ | --------------------- |
| **Fraunces**       | Display and headlines |
| **Inter**          | Body text             |
| **Space Grotesk**  | Wordmark and labels   |
| **JetBrains Mono** | Terminal and code     |

***

### Logo

| Variant        | Use                                      |
| -------------- | ---------------------------------------- |
| **Icon**       | Avatars, favicons, and small placements  |
| **Horizontal** | Headers, navigation, and wide placements |
| **Stacked**    | Square placements and printed material   |

Each variant is supplied in a form suited to dark backgrounds and a form suited to light backgrounds.

***

### Usage

**Give the mark room.** Clear space of at least the height of the icon on every side.

**Keep the accent single.** YveChat Green marks one thing at a time.

**Preserve the proportions.** Scale uniformly, without stretching, rotating, or recolouring.

**Prefer the dark treatment.** The identity is built for Night. Light placements are supported and secondary.

***

{% hint style="info" %}
The complete asset pack will be published here once distribution channels are live. Assets will be versioned, licensed, documented, and delivered in vector and raster formats. Channels are listed on [Verified Links](/wp/resources/verified-links.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://yvechat.gitbook.io/wp/resources/brand-assets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
