/* 
Theme Name: Vigilantium
Theme URI: https://vigilantium.pe
Author: Orange 612
Author URI: https://vigilantium.pe
Description: Tema de WordPress para Vigilantium - Plataforma de Ciber-Resiliencia
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vigilantium
*/

/* Paleta Cyber-Trust */
:root {
    --bg-deep: #0B1021;
    --bg-card: #151e32;
    --cyan-brand: #00F0FF;
    --violet-brand: #8B5CF6;
    --text-main: #E2E8F0;
    --text-muted: #94A3B8;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-deep);
    color: var(--text-main);
    overflow-x: hidden;
}

h1, h2, h3, h4, .font-heading {
    font-family: 'Space Grotesk', sans-serif;
}
