/*
Theme Name:   Kadence Child
Theme URI:    https://www.kadencewp.com
Description:  Kadence Child Theme
Author:       Sol Palomino - Solucingg
Template:     kadence
Version:      1.0.0
Text Domain:  kadence-child
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

/* =============================================
   TIPOGRAFÍA GLOBAL — ROBOTO
   ============================================= */

body,
p,
li,
span,
a,
input,
button,
select,
textarea {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

/* =============================================
   COLORES CORPORATIVOS HUDEN
   ============================================= */

:root {
    --color-primary: #F16664;
    --color-secondary: #21239F;
    --color-accent: #C5678A;
}


