/*
Theme Name: GSEM Servizi e CAF
Theme URI: https://gsemservizi.it
Author: GSEM Servizi e Caf
Author URI: https://gsemservizi.it
Description: Tema WordPress custom per GSEM Servizi e Caf – Patronato e CAF a Catania. Design multilingua (Polylang ready), form di contatto integrato, conforme alle normative italiane su privacy e cookie, ottimizzato per Google Analytics 4 tramite Site Kit. Sviluppato su misura con palette colori ispirata al logo aziendale.
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: gsem
Tags: custom-theme, multilingual, translation-ready, contact-form, block-styles, one-column, two-columns, footer-widgets, custom-menu, custom-logo, RTL-language-support, theme-options

GSEM Servizi e Caf theme. Base reset only – all design lives in assets/css/main.css
(enqueued via functions.php) so the theme works cleanly with a build step if desired.
*/

/* Minimal WordPress-required reset; full design system in assets/css/main.css */
* { box-sizing: border-box; }
body {
	margin: 0;
	font-family: "Inter", "Segoe UI", Tahoma, sans-serif;
	color: #2B3540;
	background: #F7F8F6;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background: #1F3B54;
	color: #fff;
	display: block;
	height: auto;
	left: 6px;
	top: 6px;
	padding: 12px 18px;
	z-index: 100000;
	text-decoration: none;
	border-radius: 6px;
	width: auto;
}
