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

# What is never done

> The checklist that the rest of the manual exists to support.

export const Artigo = ({titulo, href, children}) => <a className="lista-artigos-item" href={href}>
    <span className="lista-artigos-texto">
      <span className="lista-artigos-nome">{titulo}</span>
      {children ? <span className="lista-artigos-desc">{children}</span> : null}
    </span>
    <svg className="lista-artigos-seta" viewBox="0 0 24 24" width="18" height="18" aria-hidden="true">
      <path d="M9 6l6 6-6 6" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
    </svg>
  </a>;

export const Lista = ({titulo, children}) => <div className="lista-artigos">
    {titulo ? <p className="lista-artigos-titulo">{titulo}</p> : null}
    <div className="lista-artigos-itens">{children}</div>
  </div>;

Each item below was, at some point, a good idea in isolation. The problem shows up in the sum.

***

## The list

* \#000 instead of ink #14120F.
* Cobalt as a link, as a highlight, or for aesthetic preference.
* Terracotta on anything that isn't the people's side.
* Gradient as background, banner, or decoration, and two gradient elements in the same view.
* SAN blue #007BFF inside the product.
* Purple, which doesn't exist in this system.
* Three dots in the bubble or in the typing indicator. It's always two.
* AI writing in the people's typeface, or AI that doesn't identify itself.
* Wordmark in all caps, or in any family other than Schibsted.
* Red to grab attention, or green to qualify something as good.
* More than one color competing for the same screen.
* Blue-gray shadow. Every shadow starts from ink.
* Invented decorative illustration. The brand rests on type, color, and the symbol.
* Inter, Roboto, Arial, Space Grotesk.
* Emoji as a state, category, or action icon.

***

## Where each rule comes from

<Lista>
  <Artigo titulo="The symbol" href="/en/marca/simbolo">Two dots, never three; no rotating, shadowing, or fitting into a shape.</Artigo>
  <Artigo titulo="The colors" href="/en/marca/cores">Warm ink, protected cobalt, red only for danger.</Artigo>
  <Artigo titulo="The gradient" href="/en/marca/gradiente">One meaning, one use per view.</Artigo>
  <Artigo titulo="The letters" href="/en/marca/letras">Schibsted, Hanken, and Plex Mono; nothing beyond them.</Artigo>
</Lista>


## Related topics

- [The colors](/en/marca/cores.md)
- [What Tartini is](/en/visao-geral/o-que-e-o-tartini.md)
- [The third tone](/en/marca/a-terceira-nota.md)
