.wp-block-post-content.block-editor-block-list__layout {
    margin-top: 63px;
}
.editor-styles-wrapper.block-editor-writing-flow > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.editor-styles-wrapper.block-editor-writing-flow > div > * {
    width: 100%;
	max-width: 1200px;
	margin-top: 0;
	margin-bottom: 0;
}
.editor-styles-wrapper.block-editor-writing-flow > div h1,
.editor-styles-wrapper.block-editor-writing-flow > div h2,
.editor-styles-wrapper.block-editor-writing-flow > div h3,
.editor-styles-wrapper.block-editor-writing-flow > div h4 {
	text-transform: uppercase;
}
.editor-styles-wrapper.block-editor-writing-flow > div h1,
.editor-styles-wrapper.block-editor-writing-flow > div h2,
.editor-styles-wrapper.block-editor-writing-flow > div h3,
.editor-styles-wrapper.block-editor-writing-flow > div h4,
.editor-styles-wrapper.block-editor-writing-flow > div h5,
.editor-styles-wrapper.block-editor-writing-flow > div h6 {
	font-family: 'Gotham Condensed' !important;
    font-weight: 900 !important;
}
.editor-styles-wrapper.block-editor-writing-flow > div h2 {
	font-size: 54px;
    line-height: 110%;
}
.editor-styles-wrapper.block-editor-writing-flow > div h3 {
	line-height: 110%;
    font-size: 42px;
}
.editor-styles-wrapper.block-editor-writing-flow > div h4 {
	font-size: 24px;
	line-height: 1.4;
}
.editor-styles-wrapper.block-editor-writing-flow > div h5 {
	font-size: 1.3em;
	line-height: 1.4;
}
.editor-styles-wrapper.block-editor-writing-flow > div h6 {
	font-size: 1.1em;
	line-height: 1.4;
}
.editor-styles-wrapper.block-editor-writing-flow > div :where(p:last-of-type)+h1,
.editor-styles-wrapper.block-editor-writing-flow > div :where(p:last-of-type)+h2,
.editor-styles-wrapper.block-editor-writing-flow > div :where(p:last-of-type)+h3,
.editor-styles-wrapper.block-editor-writing-flow > div :where(p:last-of-type)+h4,
.editor-styles-wrapper.block-editor-writing-flow > div :where(p:last-of-type)+h5,
.editor-styles-wrapper.block-editor-writing-flow > div :where(p:last-of-type)+h6 {
    margin-top: 1.2em;
}
.editor-styles-wrapper.block-editor-writing-flow > div p,
.editor-styles-wrapper.block-editor-writing-flow > div span,
.editor-styles-wrapper.block-editor-writing-flow > div b,
.editor-styles-wrapper.block-editor-writing-flow > div li,
.editor-styles-wrapper.block-editor-writing-flow > div a {
	font-family: "Gotham";
    font-weight: 400;
}
h1.wp-block-post-title {
    font-size: 120px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 90% !important;
	text-align: center;
}
/* .is-root-container p.wp-block-paragraph {
    width: 100%;
} */
[custom-class*="gthm-cndnsd-fnt"] p,
.gthm-cndnsd-fnt p {
    font-family: 'Gotham Condensed' !important;
    font-weight: 700 !important;
	color: #363636 !important;
}
