/* ==========================================================================
   Title.
   ========================================================================== */
h1,
.title--h1,
.content-title {
  font-family: var(--font-family);
  font-weight: bold;
}

h2,
.title--h2 {
  margin-bottom: var(--space-l);
  font-family: var(--font-family);
  font-weight: bold;
  text-transform: uppercase;
}

/* ==========================================================================
   Dataviz.
   ========================================================================== */
.title--dataviz {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: var(--font-size-l);
}
