/*
 * Theme Name:         Marseille Premium
 * Theme URI:          https://marseilledesinsectisation.com/
 * Description:        Standalone premium theme for Marseille Désinsectisation. Layout owned by the theme; content edited via WP admin. Was a child of OceanWP — promoted to standalone since every template is custom and the parent's wp_head/wp_loaded chain was hanging Local PHP-FPM workers on inner pages.
 * Author:             Marseille Désinsectisation
 * Author URI:         https://marseilledesinsectisation.com/
 * Version:            1.1.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:        marseille-premium
 */

/* -------------------------------------------------------------------------
 * Baseline reset and font wiring. Heavy lifting lives in assets/css/theme.css.
 * The Inter family is enqueued by the seo-booster-marseille plugin, so we
 * just reference it here.
 * ----------------------------------------------------------------------- */

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: #1e293b;
	background: #f8fafc;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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