typographie · chapo · intro

Chapô / texte introductif

Paragraphe d'introduction en plus gros caractère, avec les premiers mots mis en avant. Sert à accrocher avant le corps de texte.

Couleurs

Voir le code source
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

.bn-chapo {
  --bn-chapo-accent: #E6E4DD;

  max-width: 640px;
  margin: 0;
  padding: 2.5rem;

  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.55;
  color: #979793;

  background: #0B0F10;
}

.bn-chapo__lead {
  color: var(--bn-chapo-accent);
  font-weight: 600;
}

</style>

<p class="bn-chapo" data-fx-root>
  <span class="bn-chapo__lead">Blaig Nova est un signal.</span>
  Une invitation à explorer l'inconnu, à questionner l'essentiel et à créer autrement.
</p>