
/*
Theme Name: Geekfase Ready Theme
Theme URI: https://geekfase.es
Author: Geekfase Team
Author URI: https://geekfase.es
Description: Tema personalizado para Geekfase, preconfigurado con contenido de tecnología y gadgets.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: geekfase-ready
*/

body {
    background-color: #0A0A0A;
    color: #E0E0E0;
    font-family: 'Rajdhani', sans-serif;
    margin: 0;
    padding: 0;
}

a {
    color: #00FF88;
    text-decoration: none;
}

header {
    background-color: #1A1A1A;
    padding: 20px;
    text-align: center;
    color: #00FF88;
}

footer {
    background-color: #1A1A1A;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.geekfase-logo {
    max-width: 200px;
}

h1, h2, h3 {
    color: #00FF88;
    text-shadow: 0 0 5px #00FF88;
}
