:root {
  --black: black;
  --white: white;
  --background: white;
  --gray1: #7E8388;
  --gray2: rgb(220, 220, 220);
  --gold1: #FFBE2D;
  --gold2: #FFB000;
  --blue: #496576;
  --buffer: 12px;
  --bottom-buffer: 64px;
}

.wp-admin {
  font-family: "Agipo Regular Italic";
}
.wp-admin.post-type-news .editor-styles-wrapper {
  background: var(--gray2);
}
.wp-admin.post-type-news .editor-styles-wrapper .editor-post-title__input {
  text-align: center;
}
.wp-admin .editor-styles-wrapper {
  font-family: "Agipo Regular Italic";
}
.wp-admin .editor-styles-wrapper .editor-post-title {
  text-align: center;
}
.wp-admin .editor-styles-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
}
.wp-admin .editor-styles-wrapper .wp-block.art-block {
  margin-left: 0;
}
.wp-admin .editor-styles-wrapper .wp-block.architecture-block {
  margin-right: 0;
}

/*# sourceMappingURL=admin.css.map */
