/*
Theme Name: United Company - React Industrial Theme
Theme URI: https://razouk-co.com
Author: United Company for Engineering Industries (المتحدة للصناعات الهندسية)
Author URI: https://razouk-co.com
Description: Production-ready, high-performance multilingual WordPress theme for United Company React web application. Featuring full native support for Arabic (RTL), English (LTR), and Turkish (LTR) languages, dynamic language switching, Polylang/WPML compatibility, complete industrial production lines, packaging machinery catalogs, and interactive RFQ quotation modals.
Version: 1.1.0
Requires at least: 5.8
Tested up to: 6.7
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: united-company-theme
Domain Path: /languages
Tags: react, single-page-application, multilingual, translation-ready, industrial, food-machinery, packaging, responsive-layout, rtl-language-support
*/

/* Reset any WordPress theme defaults that might leak into the React application container */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  background-color: #F8FAFC;
  direction: rtl;
  font-family: 'Tajawal', 'Cairo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
