/*
Theme Name: Lemon Web Tech
Theme URI: https://lemonwebtech.com
Author: Lemon Web Tech India Team
Author URI: https://lemonwebtech.com/about
Description: Official custom WordPress theme for Lemon Web Tech. High-performance, resolution-independent agency theme tailored for e-commerce marketplace account management, web design, digital marketing, influencer marketing, and seller tools. One Indian team runs the whole operation.
Version: 2.4.1
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: lemonwebtech
Tags: ecommerce, marketplace, agency, tabs, seller-tools, responsive, mega-menu, dark-mode
*/

:root {
  --lwt-primary: #eab308;
  --lwt-secondary: #84cc16;
  --lwt-bg-dark: #060911;
  --lwt-surface: #0f172a;
  --lwt-surface-card: #141e33;
  --lwt-border: rgba(255, 255, 255, 0.08);
  --lwt-text-main: #f8fafc;
  --lwt-text-muted: #94a3b8;
}

body.lemon-theme {
  background-color: var(--lwt-bg-dark);
  color: var(--lwt-text-main);
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.lwt-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
