/*
Theme Name: Taxi Gui
Theme URI: https://taxi-vsl-marseille.fr
Author: Guillaume — Taxi Gui
Author URI: https://taxi-vsl-marseille.fr
Description: Thème WordPress sur-mesure pour Taxi Gui, taxi/VSL conventionné CPAM à Marseille. Design premium or bronze Provence pour les transferts haut de gamme, version rassurante bleu doux pour le transport médical. 100% custom, optimisé SEO local, multilingue.
Version: 0.7.1
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: taxi-gui
Tags: custom, premium, taxi, medical, multilingual, local-business
*/

/* Les styles réels sont chargés depuis assets/css/ via functions.php.
   Ce fichier sert d'en-tête WordPress + reset léger de secours. */

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

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

body {
	margin: 0;
	font-family: system-ui, -apple-system, sans-serif;
	line-height: 1.5;
}

img,
picture,
video,
svg {
	max-width: 100%;
	height: auto;
	display: block;
}
