/*
Theme Name: So Fast Food
Theme URI: https://sofastfood.fr
Description: Thème custom So Fast Food — commande en ligne moderne, mobile-first.
Author: So Fast Food
Version: 1.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: Private
Text Domain: sofastfood
*/

/* Reset WP defaults — the React app handles everything */
body {
  margin: 0;
  padding: 0;
  font-family: 'Outfit', sans-serif;
  background: #FFFAF3;
  overflow-x: hidden;
}

/* Hide WP admin bar on front */
#wpadminbar { display: none !important; }
html { margin-top: 0 !important; }

/* Full width, no WP chrome */
.site-content {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
