Brand Foundation
Tokens, components and brand assets for every Selfrag surface — web, presentations, email, PDF. Single source of truth.
Four variants from one Adobe Illustrator master. Pick by background.
Single primary brand color. Neutral system covers all UI states.
Roboto for headings (weight 300), Ubuntu for body. Hierarchy through size, not weight.
Lead paragraph — sets the tone of a section. Slightly larger, light weight.
Body copy. The default reading text. Ubuntu, 16px, line-height 1.6.
Section Eyebrow
4px base scale. Use tokens, never raw pixels.
DOM-agnostic classes prefixed sf-*. Drop into any HTML context.
Default surface with light border. Hovers with shadow.
No border, soft shadow. Use for primary content blocks.
Red left-border for highlighted content.
| Centro | Status | CO₂ Savings (t/yr) |
|---|---|---|
| Uno | Operational | 17,500 |
| Due | Operational | 22,500 |
| Tre | Planned | 22,500 |
| Saidef | Operational | 7,500 |
Standard divider:
Brand divider:
Brand centered:
Operational
Down
Pending
Import in any HTML context — Drupal, static site, slide deck, email template, PDF generator.
<link rel="stylesheet" href="https://brand.selfrag.com/tokens.css">
<link rel="stylesheet" href="https://brand.selfrag.com/selfrag-ds-core.css">
<body class="sf-body">
<h1 class="sf-h1">Headline.</h1>
<p class="sf-copy">Body text.</p>
<a class="sf-btn" href="#">CTA</a>
</body>