/*
Theme Name: Al Bot
Theme URI:
Author:
Author URI:
Description: A dark landing page theme for selling the Al Bot WordPress AI chat plugin. Fully compatible with Elementor page builder — includes 8 custom Al Bot widgets built into the theme. Works standalone or with Elementor.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
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: al-bot
Tags: dark, landing-page, elementor, one-page, business
*/

/* Base reset — actual theme styles are in assets/css/al-bot.css */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: #080d16;
  color: #e2e8f0;
  line-height: 1.6;
  overflow-x: hidden;
}
