> For the complete documentation index, see [llms.txt](https://guide.techfleet.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.techfleet.org/resources/brand-guide/brand-visuals/typography.md).

# Typography

## Font Family

* Headings: Futura PT Bold for all headings to convey strength and forward momentum
* Paragraph: Poppins Regular for all body text to ensure maximum legibility and a welcoming, geometric feel.

## Font Downloads

<table><thead><tr><th width="156.66668701171875"></th><th width="147.66668701171875"></th><th></th></tr></thead><tbody><tr><td><strong>Font Family</strong></td><td><strong>Weights Used</strong></td><td><strong>Download URL</strong></td></tr><tr><td>Futura PT</td><td>Bold</td><td><ul><li><a href="http://fonts.adobe.com/fonts/futura-pt">http://fonts.adobe.com/fonts/futura-pt</a></li><li><a href="https://fontsgeek.com/futura-pt-font">https://fontsgeek.com/futura-pt-font</a></li></ul></td></tr><tr><td>Poppins</td><td>Regular</td><td><ul><li><a href="https://fonts.adobe.com/fonts/poppins">https://fonts.adobe.com/fonts/poppins</a></li><li><a href="https://fontsource.org/fonts/poppins">https://fontsource.org/fonts/poppins</a></li></ul></td></tr></tbody></table>

## Font Sizes and Spacing

* All font sizes are responsive, using rem units (assuming a 16px base).&#x20;
* All text uses a strict 1.2em letter spacing.
* Use 110% line height across the board.

<table data-header-hidden><thead><tr><th></th><th width="98">Text</th><th width="87.3333740234375">Text</th><th width="102"></th><th width="90.66668701171875"></th><th width="88"></th><th width="99.99993896484375"></th></tr></thead><tbody><tr><td>Element</td><td>Family</td><td>Weight</td><td>Size (rem)</td><td>Size (px)</td><td>Line Height</td><td>Letter Spacing</td></tr><tr><td>Display (Hero)</td><td>Futura PT</td><td>Bold (700)</td><td>4.0rem</td><td>64px</td><td>110%</td><td>1.2em</td></tr><tr><td>H1 (Page Title)</td><td>Futura PT</td><td>Bold (700)</td><td>3.0rem</td><td>48px</td><td>110%</td><td>1.2em</td></tr><tr><td>H2 (Section)</td><td>Futura PT</td><td>Bold (700)</td><td>2.25rem</td><td>36px</td><td>110%</td><td>1.2em</td></tr><tr><td>H3 (Subsection)</td><td>Futura PT</td><td>Bold (700)</td><td>1.5rem</td><td>24px</td><td>110%</td><td>1.2em</td></tr><tr><td>H4 (Card Title)</td><td>Futura PT</td><td>Medium (500)</td><td>1.25rem</td><td>20px</td><td>110%</td><td>1.2em</td></tr><tr><td>Body Large</td><td>Poppins</td><td>Regular (400)</td><td>1.125rem</td><td>18px</td><td>110%</td><td>1.2em</td></tr><tr><td>Body Standard</td><td>Poppins</td><td>Regular (400)</td><td>1.0rem</td><td>16px</td><td>110%</td><td>1.2em</td></tr><tr><td>Body Small</td><td>Poppins</td><td>Regular (400)</td><td>0.875rem</td><td>14px</td><td>110%</td><td>1.2em</td></tr><tr><td>Caption/Micro</td><td>Poppins</td><td>Regular (400)</td><td>0.75rem</td><td>12px</td><td>110%</td><td>1.2em</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://guide.techfleet.org/resources/brand-guide/brand-visuals/typography.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.
