/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/block-list.scss ***!
  \**********************************************************************************************************************/
.wp-block-list {
  padding: 0;
}
.wp-block-list.is-style-medium {
  text-transform: uppercase;
  font-style: italic;
  font-size: var(--wp--custom--font-size--paragraph-5);
  line-height: var(--wp--custom--line-height--small);
  font-weight: var(--wp--custom--font-weight--extrabold);
}
.wp-block-list.is-style-large {
  text-transform: uppercase;
  font-style: italic;
  font-size: var(--wp--custom--font-size--title-4);
  line-height: var(--wp--custom--line-height--small);
  font-weight: var(--wp--custom--font-weight--heavy);
}
.wp-block-list.is-style-icons {
  font-size: var(--wp--custom--font-size--paragraph-6);
}
