/*
Theme Name:   Hello Elementor Child
Description:  Tema hijo de Hello Elementor
Author:       Tu nombre
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/

.autotyping{
font-family: 'Neue Haas Grotesk', serif;
color: #000;
font-size:3.0em;
font-weight: 800;
}
.autotyping>span{
color: #9A8E6F;
font-size:1em;
font-weight: 400;
}
/*Shrinking for tablet*/
@media (min-width: 481px) and (max-width: 768px) {
.autotyping{
font-size:3.0em;
font-weight: 800;
}
.autotyping>span{
font-size:1em;
font-weight: 400;
}
}
/*Shrinking for mobile*/
@media (max-width: 480px) {
.autotyping{
font-size:2em;
font-weight: 800;
text-align: center;
}
.autotyping>span{
font-size:1em;
font-weight: 400;
}
}
