/*
Theme Name: Hello Elementor Child
Theme URI: https://rayolav.com/
Description: Tema hijo de Hello Elementor para Rayolav
Author: Rayolav
Author URI: https://rayolav.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Importa el CSS del tema padre */
@import url("../hello-elementor/style.css");

/* Aquí podrás añadir tu CSS personalizado */
/* ================================
 
@font-face {
    font-family: 'Urbanist';
    src: url('https://rayolav.com/wp-content/uploads/fonts/Urbanist-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('https://rayolav.com/wp-content/uploads/fonts/Urbanist-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('https://rayolav.com/wp-content/uploads/fonts/Urbanist-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===================================
   APLICACIÓN GLOBAL DE LA FUENTE
   =================================== */
html, body, h1, h2, h3, h4, h5, h6, p, a, li, button, input, textarea, select, label, span, div {
    font-family: 'Urbanist', Arial, sans-serif !important;
}
