/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team and edited by SOLID SEO.
Author: Elementor Team
Author URI: https://solidseo.es/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* BLOG STYLES FOR GUTENBERG */

.wp-block-heading h1 { font-size: 1.8em; }
.wp-block-heading h2 { font-size: 1.6em; }
.wp-block-heading h3 { font-size: 1.4em; }
.wp-block-heading h4 { font-size: 1.25em; }
.wp-block-heading h5 { font-size: 1.15em; }

@media only screen and (min-width: 480px) and (max-width: 768px) {
	.wp-block-heading h1 { font-size: 2.0em; }
	.wp-block-heading h2 { font-size: 1.8em; }
	.wp-block-heading h3 { font-size: 1.6em; }
	.wp-block-heading h4 { font-size: 1.4em; }
	.wp-block-heading h5 { font-size: 1.2em; }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.wp-block-heading h1 { font-size: 2.2em; }
	.wp-block-heading h2 { font-size: 2.0em; }
	.wp-block-heading h3 { font-size: 1.8em; }
	.wp-block-heading h4 { font-size: 1.6em; }
	.wp-block-heading h5 { font-size: 1.4em; }
}

@media only screen and (min-width: 1200px) {
	.wp-block-heading h1 { font-size: 2.6em; }
	.wp-block-heading h2 { font-size: 2.2em; }
	.wp-block-heading h3 { font-size: 2.0em; }
	.wp-block-heading h4 { font-size: 1.8em; }
	.wp-block-heading h5 { font-size: 1.6em; }
}