/*
 Theme Name:   Neve Child
 Theme URI:    https://tu-sitio.com
 Description:  Tema hijo de Neve
 Author:       Tu Nombre
 Author URI:   https://tu-sitio.com
 Template:     neve
 Version:      1.0
*/

@import url("../neve/style.css");

@font-face {
    font-family: 'Avenir85Heavy';
    src: url('fonts/avenir85-heavy.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Arkitech Round Light';
    font-style: normal;
    font-weight: normal;
    src: local('Arkitech Round Light'), url('Arkitech Round Light.woff') format('woff');
}
    
/* Aplicar la fuente a los títulos H1 */
h1 {
    font-family: 'Avenir85Heavy', sans-serif;
}

p {
    font-family: 'ArkitechRound', sans-serif;
}

