/* Styles for Gutenberg blocks on the custom template */

.page-template-page-template-gutenberg .wp-block-group {
  padding: 2rem;
  background-color: #f0f0f0;
  margin-bottom: 2rem;
}

.page-template-page-template-gutenberg .wp-block-heading {
  font-weight: bold;
  color: #222;
}

.page-template-page-template-gutenberg .wp-block-paragraph {
  font-size: 18px;
  line-height: 1.6;
}
