/*

 Theme Name:   Kadence Child

 Description:  Tema hijo de Kadence

 Author:       Carlos Arévalo

 Author URI:   https://becomeyoo.com

 Template:     kadence

 Version:      1.0.0

*/



/* Importar el estilo del tema principal */

@import url('../kadence/style.css');

@font-face {
    font-family: 'Akkurat';
    src: url('./fonts/Akkurat-Light.woff2') format('woff2'),
        url('./fonts/Akkurat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akkurat';
    src: url('./fonts/Akkurat-Bold.woff2') format('woff2'),
        url('./fonts/Akkurat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akkurat';
    src: url('./fonts/Akkurat.woff2') format('woff2'),
        url('./fonts/Akkurat.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}