# CMS Styling

To manage the CMS content on your store, you are welcome to use the default Magento 2 content editor or style the content by adding custom classes and styles to the HTML of your desired page or block.&#x20;

To use predefined classes and styles that are present in the ScandiPWA theme by default, please refer to the following style guide:

### BUTTONS:

|                                                           |                                  |
| --------------------------------------------------------- | -------------------------------- |
| \<a class="Button" href="/" >BUTTON\</a>                  | ![](/files/-MJgVjPCPSnG6ycmzv_b) |
| \<a class="Button Button\_isHollow" href="/" >BUTTON\</a> | ![](/files/-MJgVsC-9Q3iLsu7IiEe) |

### FONTS:

|                                      |                                  |
| ------------------------------------ | -------------------------------- |
| \<h1>Muli 30px\</h1>                 | ![](/files/-MJgPZ1qDJfDID7H1NV2) |
| \<h2>Muli 24px\</h2>                 | ![](/files/-MJgQ2xDpJs1khuYTwcU) |
| \<h3>Muli 18px\</h3>                 | ![](/files/-MJgRXQ203XVkUWRLa3r) |
| \<h4>Muli 14px\</h4>                 | ![](/files/-MJgS3v2zi_VIU_RG5hH) |
| \<p>Muli 14px\</p>                   | ![](/files/-MJgTJoU5Vnsv8Ad_2XW) |
| \<blockquote>Muli 14px\</blockquote> | ![](/files/-MJgU2qxZ6nwnazxEhZb) |
| \<li>Muli 14px\</li>                 | ![](/files/-MJgXg1JQfvwSk6LMn8_) |


---

# 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://manual.scandipwa.com/v5.3.4/catalog/cms-styling.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.
