> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mermail.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Brand guideline

> Use Mermail logos, colors, typography, and naming consistently across digital and print materials.

Use these assets and rules when you refer to Mermail in partner pages, product
listings, press materials, presentations, and community content. Use the
provided artwork without redrawing or modifying it.

## Logo assets

Use SVG files whenever the destination supports them. SVG artwork stays sharp
at every size. Use the PNG mark only when a platform requires a raster image.

<Frame caption="Mermail wordmark for light backgrounds">
  <img src="https://mintcdn.com/mermail/RYHH25OkJ8LKDPbO/images/brand/mermail-logo-black.svg?fit=max&auto=format&n=RYHH25OkJ8LKDPbO&q=85&s=df77f4d3931e2c6257bdf81a4ca1004f" alt="Black Mermail wordmark with the Mermail brand mark" className="w-full bg-white p-8" width="2818" height="701" data-path="images/brand/mermail-logo-black.svg" />
</Frame>

[Download the Mermail wordmark (SVG)](/images/brand/mermail-logo-black.svg)

<Columns cols={2}>
  <Frame caption="Mermail standalone mark — SVG">
    <img src="https://mintcdn.com/mermail/RYHH25OkJ8LKDPbO/images/brand/mermail-mark.svg?fit=max&auto=format&n=RYHH25OkJ8LKDPbO&q=85&s=7ab47ac0533fd78b12a652642cc6045b" alt="Cyan Mermail standalone mark in SVG format" className="aspect-square w-full bg-white p-8" width="1100" height="1100" data-path="images/brand/mermail-mark.svg" />
  </Frame>

  <Frame caption="Mermail standalone mark — PNG">
    <img src="https://mintcdn.com/mermail/RYHH25OkJ8LKDPbO/images/brand/mermail-mark.png?fit=max&auto=format&n=RYHH25OkJ8LKDPbO&q=85&s=94af2887086dd4c1542f98a670678368" alt="Cyan Mermail standalone mark in transparent PNG format" className="aspect-square w-full bg-white p-8" width="1100" height="1100" data-path="images/brand/mermail-mark.png" />
  </Frame>
</Columns>

* [Download the standalone mark (SVG)](/images/brand/mermail-mark.svg) for icons,
  avatars, and layouts that do not have room for the full wordmark.
* [Download the standalone mark (PNG)](/images/brand/mermail-mark.png) when the
  destination does not accept SVG files. The transparent PNG is 1100 × 1100 px.

## Logo use

* Use the full wordmark when Mermail needs to be identified by name.
* Use the standalone mark for square placements, avatars, app tiles, and small
  layouts where the Mermail name already appears nearby.
* Keep the artwork's original aspect ratio. Never stretch, squash, crop, rotate,
  recolor, outline, or add effects to it.
* Leave clear space around the artwork equal to at least 25% of its height.
* Keep the wordmark at least 120 px wide and the standalone mark at least 24 px
  wide in digital layouts.
* Place the black wordmark on white or another light, uncluttered background.
  Use the standalone mark when the full wordmark would not have enough contrast.

<Warning>
  Do not recreate the wordmark with typed text. The letterforms and spacing are
  part of the supplied artwork.
</Warning>

## Color palette

<Color variant="compact">
  <Color.Item name="Mermail cyan" value="#43C9CB" />

  <Color.Item name="Accessible teal" value="#0E7F85" />

  <Color.Item name="Mermail ink" value="#07191C" />

  <Color.Item name="White" value="#FFFFFF" />

  <Color.Item name="Soft canvas" value="#F4F8F7" />
</Color>

* Use **Mermail cyan** for brand accents, controls, and graphic details.
* Use **Accessible teal** for links, text, and controls on light backgrounds.
* Use **Mermail ink** for primary text and dark surfaces.
* Use **White** and **Soft canvas** for light backgrounds and breathing room.
* Keep the original colors embedded in each supplied logo file. Do not replace
  them with nearby palette values.

## Typography

Mermail uses [Manrope](https://fonts.google.com/specimen/Manrope) for product and
marketing text. Use a system sans-serif fallback when Manrope is unavailable.

```css theme={null}
font-family: "Manrope", "Segoe UI", sans-serif;
```

Use clear sentence-case headings, short paragraphs, and direct language. Write
the product name as **Mermail** with a capital **M**. Do not write `MerMail`,
`MERMAIL`, or `mermail` in prose.

## Accessibility

* Provide descriptive alternative text when the logo communicates identity.
  Use empty alternative text when the same nearby text already says “Mermail.”
* Do not use Mermail cyan as body text on a white background. Use Mermail ink
  for readable text and reserve cyan for accents or surfaces.
* Check foreground and background contrast in the final placement. Do not place
  the logo over busy imagery or a color that obscures its shape.
* Preserve enough clear space and size for the mark to remain recognizable at
  the final display resolution.

Need another format or approval for a public use? [Contact the Mermail
team](mailto:contact@mermail.app).
