.customizable-text__content h1::before,
.customizable-text__content h2::before,
.customizable-text__content h1::after,
.customizable-text__content h2::after {
  content: '';
  display: inline-block;
  height: 11px;
  width: 55px;
  background-image: url('./icon-swirl.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

[data-theme-variant='chesapeake'] .customizable-text__content h1::before,
[data-theme-variant='chesapeake'] .customizable-text__content h2::before,
[data-theme-variant='chesapeake'] .customizable-text__content h1::after,
[data-theme-variant='chesapeake'] .customizable-text__content h2::after {
  background-image: url('./cb-swirl.svg');
}
