/*
Theme Name: Restaurant Menu
Theme URI: https://example.com/restaurant-menu
Author: Restaurant Menu
Author URI: https://example.com
Description: A premium, React-powered restaurant and café digital menu theme built on WooCommerce. Browse products, categories and brands with a modern quick-view modal, smart filters, search, sorting and a selection-only cart (no checkout). Mobile-first, RTL/LTR ready and fully translatable.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: restaurant-menu
Tags: food-and-drink, restaurant, cafe, woocommerce, rtl-language-support, translation-ready, responsive
*/

/*
 * All front-end styling for the React application lives in `src/styles/`
 * and is compiled to `build/main.css` by Vite. This file intentionally keeps
 * only the theme header required by WordPress plus a minimal no-JS fallback.
 */

/* Basic no-JavaScript fallback so the page is never blank while React loads. */
html {
  background: #0f1115;
  color: #f5f6f8;
}

body {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
}

#restaurant-menu-root {
  min-height: 100vh;
}

.rm-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem;
  text-align: center;
}
