/*
Theme Name: Dedalux WP Theme
Theme URI:
Author: Dedalux
Description: Tema blank custom per web agency. Zero stili di default. Header e footer globali iniettati via WPCode con hook wp_body_open e wp_footer. Contenuto di pagine e articoli gestito tramite blocco HTML personalizzato di Gutenberg — supporta HTML, CSS e JS completo inclusi tag script e style. Template articolo gestibile via WPCode con add_filter('the_content'). SVG e font (TTF, OTF, WOFF, WOFF2) abilitati nella libreria media. Compatibile con ACF, WooCommerce e CPT custom.
Version: 1.7
License: GNU General Public License v2 or later
Text Domain: dedalux-wp-theme
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { min-height: 100vh; line-height: 1.5; -webkit-font-smoothing: antialiased; }
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }
.wp-block-template-skip-link, .skip-link { display: none; }
