.editor-writing-flow {
	color: var(--color-primary, #191919);
	font-family: 'Poppins';
	line-height: 1.7;
	font-style: normal;
	font-size: 16px;
}

.editor-post-title .editor-post-title__input,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display';
	color: inherit;
	clear: both;
}

/* Editor Post Title Styles */

.entry-header h1.entry-title,
.entry-header h2.entry-title,
.editor-post-title .editor-post-title__input {
	font-size: 30px;
	line-height: 40px;
	color: var(--color-primary, #191919);
}

@media screen and (min-width: 48rem) {
	.entry-header h1.entry-title,
	.entry-header h2.entry-title,
	.editor-post-title .editor-post-title__input {
		font-size: 44px;
		line-height: 55px;
	}
}

@media screen and (min-width: 75rem) {
	.entry-header h1.entry-title,
	.entry-header h2.entry-title,
	.editor-post-title .editor-post-title__input {
		font-size: 50px;
		line-height: 60px;
	}
}

/* Editor Element Styles */
p,
li {
	line-height: 2;
	font-style: normal;
	font-size: 16px;
	color: inherit;
	font-family: 'Poppins';
}

h1 {
	font-size: 30px;
	line-height: 40px;
}

@media screen and (min-width: 48rem) {
	h1 {
		font-size: 44px;
		line-height: 55px;
	}
}

@media screen and (min-width: 75rem) {
	h1 {
		font-size: 50px;
		line-height: 60px;
	}
}

h2 {
	font-size: 26px;
	line-height: 32px;
}

@media screen and (min-width: 48rem) {
	h2 {
		font-size: 38px;
		line-height: 46px;
	}
}

@media screen and (min-width: 75rem) {
	h2 {
		font-size: 44px;
		line-height: 50px;
	}
}

h3 {
	font-size: 23px;
	line-height: 28px;
}

@media screen and (min-width: 48rem) {
	h3 {
		font-size: 32px;
		line-height: 38px;
	}
}

@media screen and (min-width: 75rem) {
	h3 {
		font-size: 38px;
		line-height: 45px;
	}
}

h4 {
	font-size: 20px;
	line-height: 25px;
}

@media screen and (min-width: 48rem) {
	h4 {
		font-size: 26px;
		line-height: 32px;
	}
}

@media screen and (min-width: 75rem) {
	h4 {
		font-size: 30px;
		line-height: 35px;
	}
}

h5 {
	font-size: 18px;
	line-height: 23px;
}
@media screen and (min-width: 48rem) {
	h5 {
		font-size: 20px;
		line-height: 26px;
	}
}
@media screen and (min-width: 75rem) {
	h5 {
		font-size: 24px;
		line-height: 30px;
	}
}

h6 {
	font-size: 15px;
	line-height: 20px;
}

@media screen and (min-width: 48rem) {
	h6 {
		font-size: 17px;
		line-height: 25px;
	}
}
@media screen and (min-width: 75rem) {
	h6 {
		font-size: 18px;
		line-height: 25px;
	}
}

/* Copied from Style.css */
a {
	color: inherit;
	text-decoration: none !important;
	outline: 0 !important;
	padding-bottom: 2px;
	border-bottom: 2px solid inherit;
}
a:hover,
a:focus {
	outline: 0 !important;
	color: var(--color-link-hover, #3575ff);
	transition: 0.1s ease-out;
	border-bottom: 2px solid transparent;
	text-decoration: none !important;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 1em 1.5em;
	margin-bottom: 2em;
	position: relative;
}
blockquote p {
	font-size: 19.2px;
	font-family: 'Poppins';
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Courier 10 Pitch', Courier, monospace;
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
	font-size: 15px;
	display: inline-block;
	background: #f9f9f9;
	padding: 0.2em 1em;
	color: rgba(0, 0, 0, 0.7);
}

/* Additionals */
.wp-block-button .wp-block-button__link {
	line-height: 24px !important;
	font-family: 'Poppins';
}

.wp-block-pullquote p {
	color: #40464d;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 20px;
}

.wp-block-pullquote.alignleft {
	margin-right: 1em !important;
}

.wp-block-pullquote.alignright {
	margin-left: 1em !important;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-quote.is-style-large footer {
	font-size: 18px;
}
