/*
Theme Name: E-Skill Nova
Theme URI: https://eskilldevelopers.com
Author: E-Skill Digital Agency
Author URI: https://eskilldevelopers.com
Description: A premium, futuristic WordPress theme built for E-Skill Digital Agency. Dark glass-morphism surfaces, an aurora gradient identity, and animated hero backgrounds — with built-in Services, Portfolio, and Testimonials post types plus a full Customizer-driven homepage.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eskill-nova
*/

/* Base reset — bulk of styling lives in assets/css/main.css (enqueued via functions.php) */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
ul, ol { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; }
