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

# Brand assets

> The OperSa logo, wordmark, typefaces, and colors, with downloads.

Everything you need to represent OperSa correctly. Please keep the logo, type, and color as they are here, and give the marks room to breathe.

## The mark

The OperSa mark is the vaulted asset, a rounded ingot with three lines. Use it on its own when space is tight, as an app icon, or as a profile picture.

<div style={{ display: "grid", gridTemplateColumns: "1fr 1fr", gap: "16px", margin: "20px 0" }}>
  <div style={{ display: "grid", placeItems: "center", padding: "40px", borderRadius: "16px", background: "#ffffff", border: "1px solid #e6e8f0" }}>
    <img src="https://mintcdn.com/opersa-1a698ceb/gPAc6D_SZRS9Qdo_/logo/mark.png?fit=max&auto=format&n=gPAc6D_SZRS9Qdo_&q=85&s=3f6b822d417beca12aeb0773f5603d99" alt="OperSa mark on light" style={{ height: "96px", width: "auto" }} width="1024" height="1024" data-path="logo/mark.png" />
  </div>

  <div style={{ display: "grid", placeItems: "center", padding: "40px", borderRadius: "16px", background: "#101a3d" }}>
    <img src="https://mintcdn.com/opersa-1a698ceb/gPAc6D_SZRS9Qdo_/logo/mark.png?fit=max&auto=format&n=gPAc6D_SZRS9Qdo_&q=85&s=3f6b822d417beca12aeb0773f5603d99" alt="OperSa mark on dark" style={{ height: "96px", width: "auto" }} width="1024" height="1024" data-path="logo/mark.png" />
  </div>
</div>

<a href="/logo/mark.png" download>Download the mark (PNG)</a>

## The wordmark

The primary lockup: the mark plus the OperSa logotype. This is the default. Use it wherever there is room.

<div style={{ margin: "20px 0", borderRadius: "16px", overflow: "hidden", border: "1px solid #e6e8f0" }}>
  <img src="https://mintcdn.com/opersa-1a698ceb/gPAc6D_SZRS9Qdo_/logo/wordmark.png?fit=max&auto=format&n=gPAc6D_SZRS9Qdo_&q=85&s=1e7cc701be7cd92c81e2fccef7cf23f9" alt="OperSa wordmark" style={{ width: "100%", display: "block" }} width="623" height="244" data-path="logo/wordmark.png" />
</div>

<a href="/logo/wordmark.png" download>Download the wordmark (PNG)</a>

## The logotype

The OperSa name on its own. Note the construction: Oper is set bold, Sa is set in a lighter italic. Keep that contrast. Never retype the name in another font.

<div style={{ margin: "20px 0", borderRadius: "16px", overflow: "hidden", border: "1px solid #e6e8f0" }}>
  <img src="https://mintcdn.com/opersa-1a698ceb/gPAc6D_SZRS9Qdo_/logo/logotype.png?fit=max&auto=format&n=gPAc6D_SZRS9Qdo_&q=85&s=3ff5c80ee6bf9ee3274e6ff58027e1e8" alt="OperSa logotype" style={{ width: "100%", display: "block" }} width="393" height="244" data-path="logo/logotype.png" />
</div>

<a href="/logo/logotype.png" download>Download the logotype (PNG)</a>

## Please do not

<CardGroup cols={2}>
  <Card title="Recolor the marks" icon="ban">
    Do not change the logo colors, add gradients that are not ours, or place the periwinkle lockup on a clashing background.
  </Card>

  <Card title="Distort or crowd" icon="ban">
    Do not stretch, rotate, or squeeze the marks, and do not crowd them. Give the logo clear space of at least the height of the mark on every side.
  </Card>

  <Card title="Rebuild the logotype" icon="ban">
    Do not retype OperSa in a different font or flatten the bold and italic contrast. Use the supplied files.
  </Card>

  <Card title="Add effects" icon="ban">
    Do not add drop shadows, outlines, or glows beyond the soft halo used in product. Keep it clean.
  </Card>
</CardGroup>

## Typography

OperSa runs on three typefaces. All three are free and load from Google Fonts, so anyone can match the brand exactly.

<div style={{ margin: "18px 0", padding: "26px", borderRadius: "16px", background: "#f6f7fb", border: "1px solid #e6e8f0" }}>
  <div style={{ fontFamily: "'Familjen Grotesk', sans-serif", fontSize: "40px", fontWeight: 700, color: "#101a3d", lineHeight: 1.05 }}>Familjen Grotesk</div>
  <div style={{ fontFamily: "'Familjen Grotesk', sans-serif", fontSize: "15px", color: "#48538a", marginTop: "8px" }}>Display and headlines, and the OperSa logotype. Confident, geometric, a little editorial.</div>
</div>

<div style={{ margin: "18px 0", padding: "26px", borderRadius: "16px", background: "#f6f7fb", border: "1px solid #e6e8f0" }}>
  <div style={{ fontFamily: "'Manrope', sans-serif", fontSize: "40px", fontWeight: 700, color: "#101a3d", lineHeight: 1.05 }}>Manrope</div>
  <div style={{ fontFamily: "'Manrope', sans-serif", fontSize: "15px", color: "#48538a", marginTop: "8px" }}>Interface and body text, including everything you are reading here. Clean, neutral, highly legible.</div>
</div>

<div style={{ margin: "18px 0", padding: "26px", borderRadius: "16px", background: "#f6f7fb", border: "1px solid #e6e8f0" }}>
  <div style={{ fontFamily: "'Fraunces', Georgia, serif", fontStyle: "italic", fontSize: "40px", fontWeight: 500, color: "#101a3d", lineHeight: 1.05 }}>Fraunces</div>
  <div style={{ fontFamily: "'Manrope', sans-serif", fontSize: "15px", color: "#48538a", marginTop: "8px" }}>Editorial serif accent, used in italic for eyebrows and financial subtitles. The touch of bougie.</div>
</div>

<CardGroup cols={3}>
  <Card title="Familjen Grotesk" icon="font" href="https://fonts.google.com/specimen/Familjen+Grotesk">
    Display and logotype.
  </Card>

  <Card title="Manrope" icon="font" href="https://fonts.google.com/specimen/Manrope">
    Interface and body.
  </Card>

  <Card title="Fraunces" icon="font" href="https://fonts.google.com/specimen/Fraunces">
    Italic serif accent.
  </Card>
</CardGroup>

## Color

Periwinkle is OperSa. Ink is the type. Signal green and red are reserved for gains and losses only.

<div style={{ display: "grid", gridTemplateColumns: "repeat(auto-fill, minmax(150px, 1fr))", gap: "12px", margin: "20px 0" }}>
  <div style={{ borderRadius: "12px", overflow: "hidden", border: "1px solid #e6e8f0" }}>
    <div style={{ height: "72px", background: "#99acff" }} />

    <div style={{ padding: "10px 12px", fontFamily: "'Manrope', sans-serif" }}>
      <div style={{ fontSize: "13px", fontWeight: 700, color: "#101a3d" }}>Periwinkle</div>
      <div style={{ fontSize: "12px", color: "#7b86b4" }}>#99ACFF</div>
    </div>
  </div>

  <div style={{ borderRadius: "12px", overflow: "hidden", border: "1px solid #e6e8f0" }}>
    <div style={{ height: "72px", background: "#6f86f2" }} />

    <div style={{ padding: "10px 12px", fontFamily: "'Manrope', sans-serif" }}>
      <div style={{ fontSize: "13px", fontWeight: 700, color: "#101a3d" }}>Periwinkle Deep</div>
      <div style={{ fontSize: "12px", color: "#7b86b4" }}>#6F86F2</div>
    </div>
  </div>

  <div style={{ borderRadius: "12px", overflow: "hidden", border: "1px solid #e6e8f0" }}>
    <div style={{ height: "72px", background: "#101a3d" }} />

    <div style={{ padding: "10px 12px", fontFamily: "'Manrope', sans-serif" }}>
      <div style={{ fontSize: "13px", fontWeight: 700, color: "#101a3d" }}>Ink</div>
      <div style={{ fontSize: "12px", color: "#7b86b4" }}>#101A3D</div>
    </div>
  </div>

  <div style={{ borderRadius: "12px", overflow: "hidden", border: "1px solid #e6e8f0" }}>
    <div style={{ height: "72px", background: "#48538a" }} />

    <div style={{ padding: "10px 12px", fontFamily: "'Manrope', sans-serif" }}>
      <div style={{ fontSize: "13px", fontWeight: 700, color: "#101a3d" }}>Ink Muted</div>
      <div style={{ fontSize: "12px", color: "#7b86b4" }}>#48538A</div>
    </div>
  </div>

  <div style={{ borderRadius: "12px", overflow: "hidden", border: "1px solid #e6e8f0" }}>
    <div style={{ height: "72px", background: "#4ade80" }} />

    <div style={{ padding: "10px 12px", fontFamily: "'Manrope', sans-serif" }}>
      <div style={{ fontSize: "13px", fontWeight: 700, color: "#101a3d" }}>Signal Green</div>
      <div style={{ fontSize: "12px", color: "#7b86b4" }}>#4ADE80</div>
    </div>
  </div>

  <div style={{ borderRadius: "12px", overflow: "hidden", border: "1px solid #e6e8f0" }}>
    <div style={{ height: "72px", background: "#f6fd4e" }} />

    <div style={{ padding: "10px 12px", fontFamily: "'Manrope', sans-serif" }}>
      <div style={{ fontSize: "13px", fontWeight: 700, color: "#101a3d" }}>Robinhood Yellow</div>
      <div style={{ fontSize: "12px", color: "#7b86b4" }}>#F6FD4E</div>
    </div>
  </div>
</div>

## Using OperSa with partners

OperSa settles on Robinhood Chain and its oracle is registered on Virtuals Protocol. When you show those relationships, use each partner's own official logo from their brand resources, keep clear space around every mark, and never combine logos into a single new lockup.

## Need something else

For a specific format, a vector file, or press use, email{" "}
<a href="mailto:support@opersa.company">[support@opersa.company](mailto:support@opersa.company)</a> and we will send it over.
