/* Base Styles
------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');

.editor-styles-wrapper {
  background: #000;
}

.wp-content,
.editor-styles-wrapper {
  color: #f8f8f8;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;

}

.wp-block-heading {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  /* margin-bottom: 24px; */
  /* margin-top: 32px; */
  color: rgb(255 0 55 / var(--tw-text-opacity));
}

.editor-post-title {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 48px;
	line-height: 1.2;
  color: #ff4921;
}

.wp-block-media-text {margin-bottom: 16px;}

big { font-size: 125%; }

.wp-block-heading  {color: #ff4921;}
.wp-content * + .wp-block-heading {
  margin-top: 2.5rem;
}
h1.wp-block-heading { 
  font-size: 72px;
  line-height: 100%;
  margin-bottom: 1.5rem;
}

h2.wp-block-heading { 
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 1.5rem;
}

h3.wp-block-heading { 
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 1.5rem;
}

h4.wp-block-heading { 
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 1rem;
}

h5.wp-block-heading { 
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 1rem;
}

h6.wp-block-heading { 
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 1rem;
}

.lead {
  font: 300 20px/24px 'Sofia Sans';
  letter-spacing: 0.04em;
  color: #000;
}

.wp-content p + * {margin-top: 1rem;}

.wp-content hr {
  margin: 1rem 0;
}
/* Table */
.wp-block-table { margin-bottom: 1rem; }

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.12);
}
.wp-block-table.is-style-stripes {
  border-bottom: 1px solid var(--al-priamry, #f00);
}

/*  */
.wp-block-verse {
  white-space: normal;
  max-width: 690px;
  margin: 2rem auto;
}

.wp-block-separator {
  margin: 1rem 0;
}

.wp-block {
	max-width: 800px;
}
 
.wp-block[data-align="wide"] { /* по ширине содержимого */
	max-width: 1240px;
}
 
.wp-block[data-align="full"] { /* во всю ширину */
	max-width: none;
}
/*  */
.wp-block-button {

}
/*  */
.wp-block-image {
  border-radius: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  max-width: max-content;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wp-block-image img {
  object-fit: contain !important;
  background: #fff;
}

.wp-block-gallery {
  margin: 1rem 0;
}

.wp-block-list {
  margin-bottom: 1.5rem;
  margin-left: 2rem;
}
.wp-block-list .wp-block-list {
  margin-bottom: 2px;
}

.wp-block-list li {
  list-style: disc;
}


/* animation-fill-mode: forwards; */


