/*
Theme Name: Dedalux WP Theme
Theme URI:
Author: Dedalux
Description: Tema blank custom per web agency. Nessuno stile di default. Header e footer globali iniettati via WPCode sugli hook wp_body_open e wp_footer. Contenuti gestiti con blocchi HTML personalizzati di Gutenberg (script e style consentiti agli amministratori tramite il permesso unfiltered_html). SVG (solo amministratori) e font TTF, OTF, WOFF, WOFF2 abilitati nella libreria media.
Version: 1.9.1
Requires at least: 6.0
Requires PHP: 7.4
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; }

/* Skip link: invisibile finché non riceve il focus da tastiera */
.skip-link {
	position: absolute;
	left: 1rem;
	top: -100px;
	z-index: 100000;
	padding: .75rem 1.25rem;
	background: #000;
	color: #fff;
}
.skip-link:focus { top: 1rem; }

/* Testo solo per screen reader (usato anche da WordPress, es. paginazione) */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	position: absolute;
	word-wrap: normal !important;
}
