/*
Theme Name: Energie-Cites Digital Tech
Theme URI: https://energie-cites.org
Description: A vibrant digital tech editorial theme focusing on smart grid infrastructure, renewable energy, and California sustainable building codes. Zero footprints, high performance.
Version: 1.0.0
Author: Digital Eco Studio
Author URI: https://test2pro.com
License: GNU General Public License v2 or later
License URI: http://gnu.org
Text Domain: energie-cites-digital
*/

:root {
    --bg-dark: #0F1115;
    --bg-card: #181C24;
    --text-white: #FFFFFF;
    --text-dim: #94A3B8;
    --neon-green: #00F59B;
    --digital-blue: #0072FF;
    --border-glow: #262F3F;
    --font-tech: "Orbitron", -apple-system, sans-serif;
    --font-ui: "Plus Jakarta Sans", "Inter", sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-white);
    font-family: var(--font-ui);
    font-size: 15px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--text-white);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--neon-green);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}
