# Brand guidelines

Ersilia's brand guidelines were developed by [Forma.co](https://forma.co). You can find an explanation in [this blog post](https://medium.com/ersiliaio/ersilia-open-source-initiative-brand-guidelines-130fe53104f5). The initial thinking on the brand design is summarized in [this presentation](https://drive.google.com/file/d/1EgNbwWsLH9YrZcr-lz1TC12Ns4vvQFUb/view?usp=sharing).

## Logo

<figure><img src="/files/LmUiAbhUMci61kll8mgr" alt=""><figcaption><p>Logo and symbol allowed combinations</p></figcaption></figure>

{% file src="/files/hLDx274KmaDRIbqbOGLi" %}
Official logo in vectorial format
{% endfile %}

More versions of the logo can be found in [this folder](https://drive.google.com/drive/folders/19SM1ALd4wYbmcEqPEqZV-q6FTQ_82I3c?usp=sharing).

## Colors

<figure><img src="/files/IJSF40OND9lUansa6v7L" alt=""><figcaption><p>Ersilia color palette</p></figcaption></figure>

| Color name | HEX     | RGB           |
| ---------- | ------- | ------------- |
| Plum       | #50285A | (80,40,90)    |
| Mint       | #BEE6B4 | (190,230,180) |
| White      | #FFFFFF | (255,255,255) |
| Gray       | #D2D2D0 | (210,210,210) |
| Yellow     | #FAD782 | (250,215,130) |
| Blue       | #8CC8FA | (140,200,250) |
| Pink       | #DCA0DC | (220,160,220) |
| Orange     | #FAA08C | (250,160,140) |
| Purple     | #AA96FA | (170,150,250) |

## Typography

Ersilia's corporate typeface is **Beausite Classic Clear**, with the addition of **Beausite Classic Clear Italic** and **Beausite Classic Semi Bold**.

<figure><img src="/files/ASVEXp7K1AiLgJfRjOlp" alt=""><figcaption><p>Ersilia's corporate typography.</p></figcaption></figure>

{% hint style="warning" %}
Beausite is **not freely available**. If you need to use this font type for any Ersilia-related documents, please reach out to <miquel@ersilia.io> to get the font files.
{% endhint %}

{% hint style="info" %}
An **alternative** (and officially-accepted) font to Beausite available from Google Fonts is the [Inter](https://fonts.google.com/specimen/Inter) font.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://ersilia.gitbook.io/ersilia-book/styles/brand-guidelines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
