# Styling

Frames styles are **not currently inherited** when pasting elements into your own app. If you like the Frames styles, save them as a new style in your app.

As a reference, here are the styles that we currently use:

```
Typeface
Inter

Weight (variable)
700, 600, 500, 400

Primary blue
#3333FF

Secondary blue
#EFF6FF

Heading
#111111

Body
#6B7280

Image (Placeholder)
#EBF0F7
```


---

# 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.madewithframes.com/element-behaviours/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.
