/*
Theme Name: SmartMedia Theme
Theme URI: https://www.smartmediaworld.net/
Author: SmartMedia S.r.l.
Author URI: https://www.smartmediaworld.net/
Description: Tema WordPress custom per SmartMedia Business Solutions. Nessun plugin richiesto: Customizer nativo, Custom Post Type e Taxonomy native, meta box nativi. Include mega menu prodotti dinamico, struttura mobile app-like (drawer + barra azioni rapide) su ogni pagina, form contatti via wp_mail().
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smartmedia
Tags: business, custom-colors, custom-logo, custom-menu, featured-images, translation-ready, responsive-layout
*/

/* Il grosso dello stile vive in assets/css/theme.css (enqueued da functions.php).
   Questo file contiene l'header del tema richiesto da WordPress e il reset di base. */

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	overflow-x: hidden;
	max-width: 100%;
}

body {
	font-family: 'Manrope', system-ui, -apple-system, sans-serif;
	background: var(--white, #fff);
	color: var(--navy, #0C1428);
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
}

a {
	color: var(--blue, #1A5FA8);
	text-decoration: none;
}

a:hover {
	color: var(--blue-mid, #2272D4);
}
