/*
Theme Name: POLY-SERVICES
Theme URI: https://poly-services-cm.com/
Description: Thème principal et autonome pour POLY-SERVICES « Rien ne bloque, on maîtrise ». Ce thème embarque un header, footer, formulaires natifs, gestion multilingue et SEO sans dépendance externe.
Author: POLY-SERVICES
Author URI: https://poly-services-cm.com/
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: poly-services
*/

/* ==========================================================================
   TYPOGRAPHIE GLOBALE OFFICIELLE — INTER TIGHT
   ========================================================================== */
:root {
	--poly-font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
optgroup,
h1, h2, h3, h4, h5, h6,
p, span, a, li, label, table,
.site-header,
.site-footer,
.poly-devis-container,
.poly-contact-widget,
.poly-cookie-banner,
.legal-page-wrapper {
	font-family: var(--poly-font-family);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--poly-font-family);
	letter-spacing: -0.02em;
}

/* ==========================================================================
   RÉSILIENCE ELEMENTOR — Empêche le masquage des textes et des cartes animées
   ========================================================================== */
.elementor-invisible {
	visibility: visible !important;
	opacity: 1 !important;
}
