# Colors and fonts

## Font

Xena use default system fonts as to speed up loading. The UI will feel familiar to the end user. We only use the styles Regular and **Bold**.

## Colors

Please refer to our [UX guidelines](/xena-developer/the-possibilities/user-experience.md) on how to use colors.

{% hint style="info" %}
May 2020, our brand and theme colors was updated.
{% endhint %}

### System colors

| Use             | Color   |
| --------------- | ------- |
| Primary         | #007BFF |
| Success         | #28A745 |
| Info            | #17A2B8 |
| Warning         | #FFC107 |
| Danger          | #DC3545 |
| Borders         | #DEE2E6 |
| Font color      | #212529 |
| Body background | #F0F2F5 |

### Theme colors

| Theme name      | Color   |
| --------------- | ------- |
| Default (brand) | #9CCE6F |
| Green (1)       | #558D69 |
| Bluegreen (2)   | #76ADA2 |
| Blueish (3)     | #0092A0 |
| Purple (4)      | #780E57 |
| Pinkly (5)      | #A8687C |
| Red (6)         | #EB6B4A |
| Orange (7)      | #F4AB59 |
| Yellow (8)      | #FFF053 |
| Dark (9)        | #273743 |


---

# 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://dev.xena.biz/xena-developer/user-interface/styleguide/fontandcolors.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.
