/*
Theme Name: Exoplanet
Description: Used to style the block editor.
*/

.wp-block{
	max-width: 1180px;
}

.editor-post-title__block .editor-post-title__input{
	font-family: 'Ubuntu', Helvetica, Arial, Verdana, sans-serif;
}

.editor-default-block-appender textarea.editor-default-block-appender__content{
	font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
}

.editor-styles-wrapper p,
.editor-styles-wrapper ul,
.editor-styles-wrapper li{
	background-color: #fff;
	color: #6a7382;
	font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.68;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6{
	color: #515b69;
	font-weight: 400;
	line-height: 1.2;
	font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
}

.editor-styles-wrapper h1{
	font-size: 26px;
}

.editor-styles-wrapper h2{
	font-size: 24px;
}

.editor-styles-wrapper h3{
	font-size: 22px;
}

.editor-styles-wrapper h4{
	font-size: 20px;
}

.editor-styles-wrapper h5{
	font-size: 18px;
}

.editor-styles-wrapper h6{
	font-size: 16px;
}

.editor-rich-text__tinymce a{
	color: #b50b52;
	text-decoration: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.editor-rich-text__tinymce a:hover,
.editor-rich-text__tinymce a:focus,
.editor-rich-text__tinymce a:active{
	color: #b50b52;
}
