/*
 Theme Name:   Moixo
 Theme URI:    https://generatepress.com
 Description:  Moixo GeneratePress child theme
 Author:       David Reig
 Author URI:   https://moixo.com
 Template:     generatepress
 Version:      0.1
*/
.elementor-widget-heading h1.elementor-heading-title {
	line-height:1.3;	
}

.elementor-widget-heading h2.elementor-heading-title {
	font-weight:normal;
	line-height:1.3;
}

.elementor-widget-heading h3.elementor-heading-title {
	font-weight:bold;
	line-height:1.3;
}

h1 {
	font-size:40px;
	font-weight:bold;
	font-family: "Poppins", Sans-serif;
	line-height:1.3;
}

h2 {
	font-size:28px;
	font-weight:normal;
	font-family: "Poppins", Sans-serif;
	line-height:1.3;
}

h3,
.elementor-posts .elementor-post__card h3.elementor-post__title {
	font-size:20px;
	font-weight:bold;
	font-family: "Poppins", Sans-serif;
	line-height:1.3;
}

body,
body .elementor-widget-text-editor {
	font-size:16px;
	font-family: "Roboto", Sans-serif;
	font-weight: 300;
}

@media screen and (min-width: 768px) {
	h1 {
		font-size:50px;
	}
	
	h2 {
		font-size:36px;
	}
	
	h3,
	.elementor-posts .elementor-post__card h3.elementor-post__title {
		font-size:28px;
	}
	
	body,
	body .elementor-widget-text-editor {
		font-size:18px;
	}
}

@media screen and (min-width: 1024px) {
	h1 {
		font-size:70px;
	}
	
	h2 {
		font-size:50px;
	}
	
	h3,
	.elementor-posts .elementor-post__card h3.elementor-post__title {
		font-size:36px;
	}
	
	body,
	body .elementor-widget-text-editor {
		font-size:22px;
	}
}

a, a:visited {
	color:#00BDC5;
}