# Styles

Global styles are centralized in one place and can be added in `src/app/globals.css`. Any new global styles should be added there.

{% tabs %}
{% tab title="src/app/globals.css" %}

```css

/* simpebar styles */
@import 'simplebar-react/dist/simplebar.min.css';

/* public styles */
@import '../../public/assets/styles';

```

{% endtab %}
{% endtabs %}
