/**
 * Put published block styles here
 */
/**
 * Styles for both the block editor and the published view
 * This is included by editor.scss and style.scss
 */
.wp-block-block-kit-block {
  background: maroon;
  border: 0.2rem solid black;
  color: black;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem;
}

.wp-block-vrk-richtext-code {
  font-family: Menlo, Consolas, monaco, monospace;
  color: #23282d;
}

/*# sourceMappingURL=/style.97fcb138.css.map */