/*
Theme Name: ChaitrixAI
Theme URI: https://chaitrixai.com
Author: ChaitrixAI
Author URI: https://chaitrixai.com
Description: Business operations workspace theme for ChaitrixAI — search your business tools, manage Payroll, Accounts and Finance from one dashboard. Includes a ₹999/month Razorpay subscription flow.
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: LICENSE
Text Domain: chaitrixai
Tags: two-columns, custom-menu, custom-colors, translation-ready

This is the required WordPress stylesheet header. Layout and component styles
live in assets/css/main.css (enqueued from functions.php) — this file only
carries the theme metadata WordPress needs, plus root design tokens so any
child theme can override them in one place.
*/

:root{
  --chx-blue: #2F6FED;
  --chx-blue-dark: #1E4FC4;
  --chx-blue-light: #EAF0FF;
  --chx-navy: #0B1D3A;
  --chx-bg-sidebar: #F6F8FD;
  --chx-bg-app: #FFFFFF;
  --chx-border: #E3E8F4;
  --chx-text: #16233F;
  --chx-text-muted: #64708C;
  --chx-success: #17A673;
  --chx-radius-sm: 8px;
  --chx-radius-md: 14px;
  --chx-radius-lg: 22px;
  --chx-shadow: 0 8px 24px rgba(15, 35, 95, 0.08);
  --chx-font-display: 'Sora', 'Segoe UI', sans-serif;
  --chx-font-body: 'Inter', 'Segoe UI', sans-serif;
}
