/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body {
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
}

/* menú idiomas */
.gtranslate_wrapper {
	display: flex;
	gap: 10px;
	margin-left: 20px;
	
	a {
		padding: 0 !important;
	}
}

/* footer */
footer {
    a {
        text-decoration: none;
    }
}

/* ----- RESPONSIVE ------ */

@media screen and (max-width:1024px) {

}

@media screen and (max-width:767px) {

}