/*
 Theme Name: Rulosoft Child
 Template: twentytwentyfive
 Author: Raúl Durán
 Version: 1.0
*/

:root{ --rulosoft-primario:#243c7b; --rulosoft-acento:#5b63c4; }
body{ font-family: Arial, sans-serif; background:#f7f9ff; color:#222; }
a{ color:var(--rulosoft-acento); }
header{ background:var(--rulosoft-primario); color:#fff; padding:1rem; }
footer{ background:#111; color:#fff; text-align:center; padding:1rem; margin-top:2rem; }
