/*
 * Block: Heading
 */
.is-style-lined {
  display: flex;
  align-items: center;
  position: relative;
}

.is-style-lined::after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 2px;
  background-color: currentColor;
  margin-left: 20px;
}

.is-style-lined::before {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 14px;
  background-color: currentColor;
}

h1 {
  font-size: var(--wp--preset--font-size--xxxxlarge);
}

h2 {
  font-size: var(--wp--preset--font-size--xxxlarge);
}

h3 {
  font-size: var(--wp--preset--font-size--xxlarge);
}

h1 {
  color: var(--wp--preset--color--dark-accent);
}

h2,
h3,
h4 {
  color: var(--wp--preset--color--gray);
}
