/*
Theme Name: CG Theme
Theme URI: https://cuetgurukul.com
Author: CUET Gurukul
Author URI: https://cuetgurukul.com
Description: Lightweight custom theme for CUET Gurukul — a Ready For Exam brand. 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 — CUET Gurukul Brand */
:root {
    --cg-navy: #1a1a6c;
    --cg-orange: #00b4d8;
    --cg-orange-hover: #0096b7;
    --cg-blue: #385DFF;
    --cg-blue-hover: #1E42DD;
    --cg-green: #16a34a;
    --cg-yellow: #fbbf24;
    --cg-red: #ef4444;
    --cg-text: #374151;
    --cg-text-light: #6b7280;
    --cg-text-muted: #94a3b8;
    --cg-text-heading: #1a1a6c;
    --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;
}
