/*
 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
*/

/* Aplicar Swear Regular e Italic a los títulos */
h1, h2, h3, h4, h5, h6 {
    font-family: 'swear-display', serif !important;
    font-weight: normal;
}

/* Aplicar Neue a los párrafos */
p {
    font-family: 'neue-haas-grotesk', sans-serif !important;
    font-weight: normal;
}

