/*
Theme Name: CG Theme
Theme URI: https://readyforexam.in
Author: CLAT Gurukul
Author URI: https://readyforexam.in
Description: Lightweight custom theme for CLAT Gurukul — replaces BuddyBoss Theme. Works with BuddyBoss Platform plugin, LearnDash, MemberPress, and all CG custom plugins.
Version: 1.0.5
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cg-theme
*/

/* Design Tokens — used across all CSS files */
:root {
    --cg-navy: #0f172a;
    --cg-orange: #7c3aed;
    --cg-orange-hover: #e55a25;
    --cg-blue: #385DFF;
    --cg-blue-hover: #1E42DD;
    --cg-green: #16a34a;
    --cg-yellow: #FFBA07;
    --cg-red: #ef4444;
    --cg-text: #374151;
    --cg-text-light: #6b7280;
    --cg-text-muted: #94a3b8;
    --cg-text-heading: #0f172a;
    --cg-bg: #f8fafc;
    --cg-bg-white: #ffffff;
    --cg-border: #e5e7eb;
    --cg-border-light: #f1f5f9;
    --cg-radius: 16px;
    --cg-radius-sm: 8px;
    --cg-radius-lg: 20px;
    --cg-shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
    --cg-shadow-md: 0 8px 30px rgba(0,0,0,0.12);
    --cg-shadow-lg: 0 20px 60px rgba(0,0,0,0.15);
    --cg-font: 'Athletics', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --cg-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --cg-container: 1140px;
    --cg-container-wide: 1280px;
    --cg-nav-height: 72px;
    --cg-transition: 0.2s ease;
}
