---
layout: docs
title: Body
description: null
---

## About

Some top level definitions for general styles on the `<body>` tag.

### HTML

```html
<body>...</body>
```

### CSS

```scss
--body-font-family: var(--font-family);
--body-font-weight: var(--font-weight);
--body-color: var(--color);
--body-line-height: var(--line-height);
--body-letter-spacing: var(--letter-spacing);
--body-background: var(--background);
```
