/*
Theme Name: Volta Engineering Theme
Theme URI: https://volta-dz.com
Description: Un thème WordPress ultra-futuriste pour bureaux d'études spécialisés en énergie, HTA/HTB, Basse Tension, Électricités et Centrales Solaire Photovoltaïques. Intègre les styles modernes, animations électriques et connectivité aux simulateurs de puissance.
Version: 1.0.0
Author: Cascade Developer
Author URI: https://github.com/cascade
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: volta-engineering
Tags: dark, responsive-layout, portfolio, translation-ready, engineering, energy, custom-colors
*/

/* Custom global styles can be defined here, but theme uses Tailwind CSS dynamically for flexibility */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Rajdhani:wght@400;500;600;700&family=Share+Tech+Mono&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    background-color: #050811;
    color: #f1f5f9;
}
