@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,400&family=Rubik:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

body,
.editor-styles-wrapper {
	font-family: Rubik, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}

.editor-styles-wrapper .wp-block-paragraph,
.editor-styles-wrapper .wp-block-list,
.editor-styles-wrapper .wp-block-quote {
	font-size: var(--wp--preset--font-size--large, 15px);
}

.editor-styles-wrapper strong,
.editor-styles-wrapper b,
.editor-styles-wrapper .has-bold-font-weight {
	font-weight: 700;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper .wp-block-heading h1,
.editor-styles-wrapper .wp-block-post-title {
	font-family: Poppins, sans-serif;
	font-size: var(--wp--preset--font-size--xx-large, 1.466rem);
}

.editor-styles-wrapper h2,
.editor-styles-wrapper .wp-block-heading h2 {
	font-family: Poppins, sans-serif;
	font-size: var(--wp--preset--font-size--x-large, 1.193rem);
}

.editor-styles-wrapper h3,
.editor-styles-wrapper .wp-block-heading h3 {
	font-family: Poppins, sans-serif;
	font-size: var(--wp--preset--font-size--large, 15px);
}

.editor-styles-wrapper h4,
.editor-styles-wrapper .wp-block-heading h4 {
	font-family: Poppins, sans-serif;
	font-size: var(--wp--preset--font-size--medium, 0.682rem);
}

.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.editor-styles-wrapper .wp-block-heading h5,
.editor-styles-wrapper .wp-block-heading h6 {
	font-family: Poppins, sans-serif;
	font-size: var(--wp--preset--font-size--small, 0.597rem);
}

.editor-styles-wrapper a {
	color: #2271b1;
}

.editor-styles-wrapper a:hover {
	color: #135e96;
	text-decoration: underline;
}
