/*
Theme Name: Novanex 2030
Theme URI: https://example.com/novanex
Author: Your Store
Author URI: https://example.com
Description: Ελαφρύ, mobile-first WordPress theme με futuristic "Neon Dark" αισθητική, φτιαγμένο ειδικά για eshop τεχνολογικών αξεσουάρ. Πλήρως συμβατό με WooCommerce & Elementor, βελτιστοποιημένο για ταχύτητα (Core Web Vitals) και SEO (semantic HTML5, Schema.org, Open Graph).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: novanex
Tags: e-commerce, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready, one-column, grid-layout
*/

/* =========================================================
   Αυτό το αρχείο κρατάει ΜΟΝΟ την επικεφαλίδα του theme
   (υποχρεωτική για τη WordPress) + ένα ελάχιστο global reset.
   Όλο το πραγματικό styling ζει στο:
   assets/css/main.css  (φορτώνεται μέσω functions.php)
   ώστε να είναι πιο εύκολο να συντηρηθεί / να κάνει caching.
   ========================================================= */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
img { max-width: 100%; height: auto; display: block; }
