/*
Theme Name: Credelio
Theme URI: https://example.com/credelio
Description: Child theme de Hello Elementor para el proyecto Credelio.
Author: Credelio
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: credelio
*/

/*
 * Los estilos del child theme se cargan desde functions.php.
 */

/* Fallback explícito para asegurar las fuentes subidas en Elementor */
@font-face {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/wordpress/Landing-Ilender/wp-content/uploads/2026/04/Ubuntu-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("/wordpress/Landing-Ilender/wp-content/uploads/2026/04/Ubuntu-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("/wordpress/Landing-Ilender/wp-content/uploads/2026/04/Ubuntu-Bold.ttf") format("truetype");
}

:root {
	--credelio-font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

html {
	scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
	font-family: var(--credelio-font-family);
	font-synthesis: none;
}

/* Asegura la tipografía custom en todos los widgets Credelio */
[class*="credelio-"] {
	font-family: var(--credelio-font-family);
	font-synthesis: none;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
