/* ============================================
   TEMA AZUL - Liber
   Solo variables de color (cambiar aquí = cambiar todo el sitio)
   ============================================ */
:root {
    --tema: #1d4ed8;
    --tema-rgb: 29, 78, 216;
    --tema-hover: #1e40af;
    --tema-oscuro: #1e3a8a;
    --tema-claro: #eef2ff;
    --tema-border: #c0cdfd;
    --tema-sombra: rgba(29, 78, 216, 0.35);
}