/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* Importar fuentes desde Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
	margin: 0;
}

.main_menu ul li a, .avia-menu-text {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
	font-size: 25px
}

p, li, a:not(.main_menu ul li a), span, strong, em, blockquote, input, textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	color: #21305E !important;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.25s ease;
}

a:hover {
    color: black!important;
}

