/* ==========================================================================
   Title.
   ========================================================================== */
h1,
.title--h1,
.content-title,
h2,
.title--h2,
h3,
.title--h3,
h4,
.title--h4 {
  display: inline-flex;

  &:before {
    content: "";
    position: relative;
    top: 13px;
    display: inline-block;
    flex-shrink: 0;
    width: 10px;
    height: 24px;
    margin-right: 16px;
    background: var(--color-fg-primary);
    transform: skew(-35deg);
  }
}

h2,
.title--h2 {
  &:before {
    top: 7px;
  }
}

h3,
.title--h3,
h4,
.title--h4 {
  &:before {
    top: 8px;
  }
}

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