# Couwed — brand guide for AI assistants

> Paste this entire file into your AI tool (Claude Code, Codex, Cursor, ChatGPT,
> or Claude) before generating anything Couwed-branded. It is the single source
> of truth — colors, logos (embedded inline, ready to use), type, and the rules.
> When this file conflicts with a default, **this file wins.**

## How to use this file

- You are producing **Couwed**-branded material. Follow these rules exactly.
- **The logos are embedded as SVG in Appendix A** — paste them straight into your
  output. No download or web access needed. On dark backgrounds, set every `fill`
  to `#FFFFFF`.
- **Public download URLs** for every asset are under *Downloads*. Fetch them if
  your tool has web access; otherwise use the inline SVG.
- **If a choice isn't covered here, default to:** the wordmark on the off-white
  page (`#EEEEEE`), ink text, generous space. Don't invent logo variants — ask.

## Brand voice

Couwed is an AI design & engineering studio. Write plain, specific, confident
copy. Banned hype words: "elevate", "seamless", "unleash", "next-gen",
"game-changer", "delve". In running text the name is lowercase **couwed**; the
wordmark itself is custom lettering — **never retype it** to recreate the logo.
No emoji in branded output — use words or the provided icons.

## Colors — use these hex values exactly

| Token | Hex | RGB | Use for |
|---|---|---|---|
| Ink | `#0A0A0C` | 10 10 12 | Body + display text; the flat logo on light |
| Page | `#EEEEEE` | 238 238 238 | Primary background — build on this, not pure white |
| Brand Blue | `#00618E` | 0 97 142 | **Identity only**: the mark, business cards, print, OpenGraph. Not a link color. |
| Accent | `#3B82F6` | 59 130 246 | **Interface only**: links, hovers, focus, highlights. Never the logo or print. |
| Cyan Wash | `#98EEFF` | 152 238 255 | Inside gradient visuals/hero art only. Never type or a flat fill. |

```css
--ink: #0A0A0C; --page: #EEEEEE; --brand-blue: #00618E; --accent: #3B82F6; --cyan: #98EEFF;
```

Two blues, two jobs: `#00618E` is identity, `#3B82F6` is interface. They never swap.

## Typeface

**Inter**, weights **400 / 500 / 600** only (400 body, 500 UI labels, 600 display).
Tight negative letter-spacing on display sizes; default tracking for body. No
second or display face. The wordmark is not Inter — never retype "couwed".

## Logo — which file, when

| Surface | Use | File |
|---|---|---|
| Light background, primary logo | Wordmark, ink | `couwed-wordmark-black.svg` |
| Dark / photographic background, primary | Wordmark, white | `couwed-wordmark-white.svg` |
| Tight or square space on light | Mark, ink | `couwed-mark-black.svg` |
| Tight or square space on dark | Mark, white | `couwed-mark-white.svg` |
| Illustration, hero art, social — **never the functional logo** | Glow mark | `couwed-mark-glow.svg` |

- **Lead with the wordmark.** Use the mark alone only when "couwed" can't render legibly.
- **Clear space:** keep one cap-height of the "C" clear on every side — nothing enters it.
- **Minimum size:** wordmark ≥ 96px / 18mm wide; mark ≥ 24px / 8mm. Below that, switch to the mark.

## Do

- Match the file to the surface — ink on light, white on dark. Recolor the single `fill`, never invent a tint.
- Lead with the wordmark; drop to the mark only when the word can't render legibly.
- Keep `#00618E` for identity (mark, cards, print) and `#3B82F6` for on-screen interaction.
- Build layouts on the off-white page `#EEEEEE`, not pure white.
- Give the logo one cap-height of clear space on every side.
- Set all supporting type in Inter 400 / 500 / 600.

## Don't

- Don't recolor the flat mark to anything but ink (light) or white (dark) — the glow file is the only coloured mark.
- Don't use the glow mark as the functional logo, a button, or a favicon — it is illustration only.
- Don't put the ink mark on a dark or busy surface — use the white file.
- Don't swap the blues — `#3B82F6` never touches the logo or print; `#00618E` is never a link color.
- Don't stretch, squash, rotate, or add shadows/outlines/glows to the flat marks — scale uniformly.
- Don't retype "couwed" in Inter — the wordmark is custom lettering.

## Examples

Good — dark header, wordmark recolored to white, brand-correct:

```html
<header style="background:#0A0A0C; padding:24px 32px; font-family:Inter, sans-serif">
  <!-- couwed wordmark from Appendix A, every fill set to #FFFFFF -->
  <svg viewBox="0 0 173.581 49.677" height="28" aria-label="Couwed">…fill="#FFFFFF"…</svg>
  <a href="#" style="color:#3B82F6">Get in touch</a>   <!-- #3B82F6 = interface -->
</header>
```

Avoid — these are the common mistakes:

```html
<!-- WRONG: wordmark retyped in Inter; brand blue used as text/link; pure-white bg -->
<div style="background:#fff; font-family:Inter; color:#00618E; font-weight:700">couwed</div>
```

## Downloads (public URLs)

Logos — live SVG, fetch or link directly:

- https://couwed.us/assets/brand/couwed-wordmark-black.svg
- https://couwed.us/assets/brand/couwed-wordmark-white.svg
- https://couwed.us/assets/brand/couwed-mark-black.svg
- https://couwed.us/assets/brand/couwed-mark-white.svg
- https://couwed.us/assets/brand/couwed-mark-glow.svg  (illustration only)

Editable templates — download and start from these:

- https://couwed.us/assets/brand/templates/couwed-presentation-template.pptx
- https://couwed.us/assets/brand/templates/couwed-document-template.docx

Full visual guide: https://couwed.us/brand-guidelines

## Appendix A — inline logo source (paste directly, no download)

**Wordmark** (mark + COUWED lockup) — the primary logo. On a dark background,
replace every `fill="#0a0a0c"` with `fill="#FFFFFF"`.

```svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 173.581 49.677" fill="none" role="img" aria-label="Couwed">
  <g transform="translate(0 0)">
    <path d="M27.1218 27.0897C24.0765 27.4311 21.4652 29.9844 20.2789 32.6656C19.5845 34.8917 19.9534 37.7935 18.0872 39.6853C14.767 43.5899 7.76493 41.3425 7.61303 36.1577C7.35985 34.0027 8.74146 31.8904 8.07597 29.8137C6.5931 26.3429 1.12456 26.855 0.198671 22.3744C-0.611483 19.4584 1.13179 16.1797 4.05414 15.2338C6.3761 14.4586 9.0959 14.928 11.0417 13.2139C12.691 11.9053 14.2823 10.1628 14.6585 8.37058C15.0491 6.57121 14.9261 4.53714 15.946 2.92268C17.2915 0.632572 20.2572 -0.555155 22.8251 0.276965C25.0169 0.853048 26.3695 2.83022 28.3515 3.70502C30.782 4.38778 34.2107 4.38778 36.4241 3.66945C38.4133 2.8729 39.8022 0.973955 41.871 0.312526C49.1262 -1.88512 53.1119 8.11454 46.2906 11.3719C44.5691 12.1542 42.4424 11.9835 40.8149 12.5027C38.6665 13.2566 36.8654 15.12 35.7225 17.0047C34.8255 18.5978 35.0208 20.4257 34.5796 22.1468C33.8635 25.582 30.4782 26.9902 27.2376 27.0755L27.1074 27.0897H27.1218ZM30.8833 14.8426C32.6916 14.8426 34.0009 13.1286 35.3391 11.948C35.8672 11.443 36.3807 11.0021 36.8147 10.4544C37.6032 9.52274 37.3862 8.27101 36.2867 8.03631C34.9847 7.78738 33.6609 7.95096 32.2793 7.90829C30.659 8.00786 29.0459 7.60958 27.592 8.31368C23.8306 10.7745 26.8035 15.2196 30.7458 14.8426H30.8833ZM21.9643 18.6974C23.7293 17.8937 24.5178 15.4969 23.2447 13.9038C22.0077 12.0476 18.9118 11.6706 17.1179 12.6948C15.9026 13.47 14.8827 14.6435 13.8049 15.625C12.4161 16.7913 11.8012 18.4912 14.0726 19.0246C14.8321 19.1526 15.5337 19.1241 16.3367 19.1312C18.0727 19.053 20.4453 19.3659 21.8558 18.7543L21.9643 18.7045V18.6974ZM17.6314 29.0171C18.9479 28.1352 20.5972 26.471 21.7618 25.2761C23.44 23.2421 21.3061 22.4099 19.1143 22.5308C16.3801 22.6873 12.351 21.713 11.143 24.7783C9.97115 28.249 14.7597 30.5107 17.5229 29.0811L17.6314 29.0171Z" fill="#0a0a0c"/>
  </g>
  <g transform="translate(37.006 26.005)" fill="#0a0a0c">
    <path d="M120.547 18.5757H123.063C125.363 18.5757 127.309 17.877 128.9 16.4795C130.512 15.0605 131.319 13.19 131.319 10.8681C131.319 9.16961 130.77 7.78288 129.674 6.7079C128.599 5.63291 127.137 5.09542 125.288 5.09542H123.417L120.547 18.5757ZM114.388 23.2841L119.257 0.38699H125.868C128.986 0.38699 131.544 1.35448 133.544 3.28945C135.565 5.20292 136.575 7.49263 136.575 10.1586C136.575 14.4585 135.296 17.7265 132.738 19.9624C130.201 22.1769 126.836 23.2841 122.643 23.2841H114.388Z"/>
    <path d="M97.5762 23.2841L102.446 0.38699H116.958L115.926 5.28892H106.542L105.671 9.38461H113.12L112.056 14.2865H104.607L103.736 18.3822H113.12L112.088 23.2841H97.5762Z"/>
    <path d="M86.0058 23.2842L83.7161 12.2548L76.2665 23.2842H71.3968L70.9775 0.386995H76.3632L76.3955 14.609L86.0703 0L89.1985 14.8348L95.3904 0.386995H101.066L90.8755 23.2842H86.0058Z"/>
    <path d="M69.824 0.38699L66.9215 13.9963C66.1691 17.4147 64.9758 19.8872 63.3419 21.4137C61.7294 22.9187 59.3859 23.6711 56.3115 23.6711C53.5165 23.6711 51.3128 22.7037 49.7003 20.7687C48.0878 18.8122 47.5933 16.3828 48.2168 13.4803L50.9903 0.38699H56.1502L53.28 13.835C52.9145 15.469 53.0758 16.6945 53.7637 17.5115C54.4732 18.307 55.4945 18.7047 56.8274 18.7047C59.4504 18.7047 61.0736 17.1997 61.6971 14.1898L64.6318 0.38699H69.824Z"/>
    <path d="M34.2437 18.7047C36.3292 18.7047 38.0814 17.9952 39.5004 16.5763C40.9193 15.1358 41.6288 13.3621 41.6288 11.2551C41.6288 9.36312 41.0806 7.84739 39.9841 6.70791C38.9091 5.54693 37.3719 4.96644 35.3724 4.96644C33.287 4.96644 31.5347 5.68668 30.1158 7.12715C28.6968 8.54613 27.9873 10.3091 27.9873 12.4161C27.9873 14.308 28.5248 15.8345 29.5998 16.9955C30.6962 18.135 32.2442 18.7047 34.2437 18.7047ZM33.8567 23.6712C30.4598 23.6712 27.7615 22.6499 25.7621 20.6075C23.7841 18.565 22.7951 15.985 22.7951 12.8676C22.7951 9.25562 23.9668 6.21342 26.3103 3.74096C28.6538 1.24699 31.8035 0 35.7594 0C39.1564 0 41.8438 1.02125 43.8218 3.06372C45.8213 5.10619 46.821 7.68615 46.821 10.8036C46.821 14.4155 45.6493 17.4685 43.3058 19.9625C40.9623 22.4349 37.8126 23.6712 33.8567 23.6712Z"/>
    <path d="M10.7391 23.6712C7.42814 23.6712 4.80518 22.6392 2.87021 20.5752C0.956736 18.4897 0 15.9205 0 12.8676C0 11.1691 0.279496 9.55662 0.838487 8.03014C1.41898 6.48216 2.23597 5.11694 3.28945 3.93445C4.36443 2.73047 5.74041 1.77374 7.41739 1.06425C9.09436 0.354756 10.9648 0 13.0288 0C15.5443 0 17.6835 0.623503 19.4465 1.87048C21.2309 3.09597 22.4564 4.70844 23.1229 6.70791L18.35 8.61063C17.92 7.51415 17.2212 6.63266 16.2538 5.96617C15.3078 5.29968 14.1253 4.96644 12.7063 4.96644C10.4488 4.96644 8.63212 5.69743 7.25614 7.15941C5.88016 8.62138 5.19217 10.3736 5.19217 12.4161C5.19217 14.2865 5.69741 15.8023 6.7079 16.9633C7.73988 18.1242 9.22336 18.7047 11.1583 18.7047C13.7813 18.7047 15.8453 17.4685 17.3502 14.996L21.8652 17.447C20.9622 19.2745 19.5325 20.7687 17.576 21.9297C15.641 23.0907 13.362 23.6712 10.7391 23.6712Z"/>
  </g>
</svg>
```

**Mark only** — use when the wordmark won't fit. On dark, replace `fill="#111111"` with `fill="#FFFFFF"`.

```svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42 35" fill="none">
  <path d="M22.4107 22.6475C19.8944 22.9329 17.7366 25.0675 16.7564 27.3091C16.1826 29.1701 16.4874 31.5961 14.9454 33.1777C12.2019 36.4419 6.41613 34.5631 6.29061 30.2285C6.08142 28.4269 7.22303 26.661 6.67314 24.9248C5.44785 22.0232 0.92921 22.4513 0.164149 18.7054C-0.505279 16.2676 0.935187 13.5265 3.34991 12.7357C5.26854 12.0876 7.51591 12.4801 9.12373 11.0471C10.4865 9.95305 11.8014 8.49631 12.1122 6.99795C12.435 5.49364 12.3334 3.79312 13.1762 2.44341C14.2879 0.528833 16.7385 -0.464129 18.8603 0.231539C20.6714 0.713155 21.7891 2.36611 23.4268 3.09745C25.4351 3.66826 28.2682 3.66826 30.0972 3.06772C31.7408 2.40178 32.8884 0.814235 34.5979 0.261268C40.5928 -1.57601 43.8862 6.7839 38.2498 9.50711C36.8273 10.1612 35.0701 10.0185 33.7252 10.4525C31.95 11.0828 30.4618 12.6406 29.5174 14.2162C28.7762 15.5481 28.9376 17.0762 28.573 18.5151C27.9813 21.387 25.184 22.5643 22.5063 22.6356L22.3987 22.6475H22.4107ZM25.5187 12.4087C27.013 12.4087 28.0949 10.9757 29.2006 9.98873C29.6369 9.56657 30.0613 9.19793 30.4199 8.74009C31.0714 7.96118 30.8921 6.91471 29.9836 6.71849C28.9077 6.51039 27.8139 6.64714 26.6723 6.61147C25.3335 6.69471 24.0006 6.36174 22.7992 6.95038C19.6911 9.00766 22.1477 12.7238 25.4052 12.4087H25.5187ZM18.1491 15.6314C19.6075 14.9595 20.259 12.9557 19.207 11.6238C18.1849 10.072 15.6267 9.75684 14.1444 10.613C13.1403 11.2611 12.2975 12.2422 11.407 13.0627C10.2594 14.0379 9.75132 15.4589 11.6281 15.9049C12.2557 16.0119 12.8355 15.9881 13.4989 15.9941C14.9334 15.9287 16.8939 16.1903 18.0594 15.6789L18.1491 15.6373V15.6314ZM14.5688 24.2588C15.6566 23.5216 17.0194 22.1302 17.9817 21.1313C19.3684 19.4308 17.6051 18.7351 15.7941 18.8362C13.5348 18.967 10.2056 18.1524 9.20741 20.7151C8.23913 23.6167 12.1959 25.5075 14.4792 24.3124L14.5688 24.2588Z" fill="#111111" />
</svg>
```

---
*Generated from the Couwed brand system. Canonical: https://couwed.us/couwed-brand.md · https://couwed.us/brand-guidelines*
