/*
Theme Name: Azuma
Description: Used to style the block editor.
*/

.wp-block{
	max-width: 1920px;
}

.editor-post-title__block .editor-post-title__input{
	font-family: 'Rajdhani', Helvetica, Arial, Verdana, sans-serif;
}

.editor-default-block-appender textarea.editor-default-block-appender__content{
	font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
}

.editor-styles-wrapper p,
.editor-styles-wrapper ul,
.editor-styles-wrapper li{
	background-color: #fff;
	color: #2f3032;
	font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	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: #2f3032;
	font-weight: bold;
	line-height: 1.2;
	font-family: 'Rajdhani', Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 20px;
}

.editor-styles-wrapper h1{
	font-size: 32px;
}

.editor-styles-wrapper h2{
	font-size: 30px;
}

.editor-styles-wrapper h3{
	font-size: 28px;
}

.editor-styles-wrapper h4{
	font-size: 26px;
}

.editor-styles-wrapper h5{
	font-size: 24px;
}

.editor-styles-wrapper h6{
	font-size: 22px;
}

.editor-rich-text__tinymce a{
	color: #2f3032;
	text-decoration: underline;
}

.wp-block[data-align="wide"]{
	max-width: 100%;
}

[data-type="core/image"][data-align="wide"] .wp-block-image{
	width: 100%;
}
