/*
Theme Name: DSEO Divi Child
Theme URI: https://posicionamientodigital.es
Description: Tema hijo MÍNIMO de Divi para Digital SEO: solo presentación (marca sobre Divi, fuentes autoalojadas y logo de acceso). Toda la lógica y los módulos viven en el plugin DSEO Premium Suite; cuando la Suite está activa, el tema no duplica su branding de login.
Author: Digital SEO S.COOP.
Author URI: https://digitalseo.coop
Template: Divi
Version: 1.2.0
Requires at least: 6.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dseo-divi-child
Update URI: https://digitalseo.coop
*/

/* ========================================================================= *
 * 1. FUENTES DE MARCA (autoalojadas, RGPD-friendly, sin Google Fonts).
 *    Deja tus .woff2 en /fonts/ (ver fonts/README.txt) y ajusta estas reglas.
 *    Mientras no estén los ficheros, se usa el stack del sistema (sin roturas).
 * ========================================================================= */
/* Párrafos/cuerpo: Lato (sans humanista). Títulos: Playfair Display (serif editorial). */
@font-face {
	font-family: 'DSEO Sans';
	src: url('fonts/lato-v25-latin-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'DSEO Serif';
	src: url('fonts/playfair-v10-latin-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'DSEO Serif';
	src: url('fonts/playfair-v10-latin-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ========================================================================= *
 * 2. TOKENS DE MARCA (variables). Cambiar aquí = cambiar en todo el frontend.
 * ========================================================================= */
:root {
	--dseo-orange: #ed8b00;
	--dseo-orange-hover: #d67e00;
	--dseo-orange-border: #c77500;
	--dseo-ink: #1a1a1a;
	/* Fuente de marca con fallback robusto del sistema (se ve bien sin los .woff2). */
	--dseo-font: 'DSEO Sans', 'Lato', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	--dseo-font-heading: 'DSEO Serif', 'Playfair Display', Georgia, 'Times New Roman', 'Times', serif;
}

/* ========================================================================= *
 * 3. PRESENTACIÓN SEGURA (no pelea con los diseños de Divi).
 * ========================================================================= */

/* Selección de texto con color de marca. */
::selection { background: var(--dseo-orange); color: #fff; }

/* Foco accesible visible (mejora navegación por teclado sin romper Divi). */
a:focus-visible,
button:focus-visible,
.et_pb_button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid var(--dseo-orange);
	outline-offset: 2px;
}

/* ========================================================================= *
 * 4. MARCA OPCIONAL SOBRE DIVI (descomenta lo que quieras aplicar).
 *    Se deja comentado para NO alterar los diseños existentes por sorpresa.
 * ========================================================================= */

/* Tipografía de marca en todo el sitio:
body, .et_pb_row, p, li, .et_pb_text {
	font-family: var(--dseo-font);
}
*/

/* Enlaces con el naranja corporativo:
a { color: var(--dseo-orange); }
a:hover { color: var(--dseo-orange-hover); }
*/

/* Botones Divi en naranja corporativo:
.et_pb_button,
.et_pb_button:hover {
	background-color: var(--dseo-orange) !important;
	border-color: var(--dseo-orange-border) !important;
	color: var(--dseo-ink) !important;
}
*/

/* ========================================================================= *
 * 5. CSS libre del proyecto (añade aquí tus estilos de marca sobre Divi).
 * ========================================================================= */

/* Tipografía de marca autoalojada (ACTIVA): párrafos con la sans (Lato), títulos con la serif (Playfair).
   Si quitas los .woff2 de /fonts/, cae al fallback del sistema sin romper nada. */
body,
.et_pb_row,
p, li,
.et_pb_text {
	font-family: var(--dseo-font);
}
h1, h2, h3, h4, h5, h6,
.et_pb_module_header,
.et_pb_slide_title,
.et_pb_toggle_title {
	font-family: var(--dseo-font-heading);
}
