/*
Theme Name: KingAcademic LMS
Theme URI: https://kingacademic.com
Author: KingAcademic
Author URI: https://kingacademic.com
Description: A fast, lightweight online-course platform theme with minimal plugin dependencies. Integrates WooCommerce checkout (Stripe / PayPal), Vadoo video cloud, AES-256 encrypted course downloads, member login, a B2B services homepage and a Consulting landing page. Midnight Executive design system. REST API ready for future App Store / Play Store apps.
Version: 2.0.1
Requires at least: 6.0
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: kingacademic
WC requires at least: 6.0
WC tested up to: 9.0
*/

/* ============================================================
   All layout styles live in assets/css/main.css (for caching/minification).
   This file keeps only the WordPress-required theme header + critical base.
   ============================================================ */

:root{
  --kac-navy:#0b3d6b;
  --kac-navy-2:#0e4d86;
  --kac-charcoal:#0a2c4d;
  --kac-gold:#d8a82a;
  --kac-gold-2:#ecc055;
  --kac-bg:#f4f7fb;
  --kac-card:#ffffff;
  --kac-text:#142536;
  --kac-muted:#566576;
  --kac-line:#dfe6ee;
  --kac-radius:14px;
  --kac-shadow:0 10px 30px rgba(10,44,77,.10);
  --kac-serif:Georgia,"Times New Roman",serif;
  --kac-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Calibri,"Helvetica Neue",Arial,"PingFang HK","Microsoft JhengHei",sans-serif;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--kac-sans);color:var(--kac-text);background:var(--kac-bg);line-height:1.6}
img{max-width:100%;height:auto;display:block}
a{color:var(--kac-navy);text-decoration:none}
h1,h2,h3,h4{font-family:var(--kac-serif);color:var(--kac-navy);line-height:1.25;margin:0 0 .5em}
