﻿/* =========================================================
   FORZAR FONDO DEGRADADO OSCURO (ELIMINA FONDO BLANCO)
   ========================================================= */
html, body {
	background: #111111 !important; /* Color base de caída por seguridad */
	background-image: linear-gradient(135deg, #111111 0%, #1a1a1a 100%) !important;
	background-attachment: fixed !important; /* Mantiene el fondo estático mientras haces scroll en las letras */
	color: #ffffff !important;
	min-height: 100vh;
}
