/*
 * Theme Name:         Desinsect13000 Premium
 * Theme URI:          https://desinsect13000.fr/
 * Description:        Standalone premium theme for Desinsect13000.fr — pest-control specialists in Marseille and the wider 13e département. Modern-tech aesthetic, azure-on-white, Space Grotesk + Inter typography. Layout owned by the theme; content edited via WP admin.
 * Author:             Desinsect13000
 * Author URI:         https://desinsect13000.fr/
 * Version:            1.0.0
 * 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:        desinsect13000-premium
 */

/* -------------------------------------------------------------------------
 * Baseline reset and font wiring. Heavy lifting lives in assets/css/theme.css.
 * Space Grotesk + Inter are enqueued by functions.php (Google Fonts CDN
 * fallback by default; switch DESINSECT13_USE_GOOGLE_FONTS_CDN to false once
 * woff2 files are bundled in /assets/fonts/).
 * ----------------------------------------------------------------------- */

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-feature-settings: 'cv11', 'ss01';
	color: #0e1116;
	background: #f7f8fa;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

img,
svg {
	max-width: 100%;
	height: auto;
}
