/*
Theme Name: CISORADAR
Theme URI: https://cisoradar.com
Author: CISO RADAR LLP
Author URI: https://cisoradar.com
Description: A high-conversion, executive B2B theme for CISO RADAR LLP — Founder-led AI Governance, AI Product and Cybersecurity advisory. Includes Fractional CISO / AI Governance / AI GRC offerings, Strategic Advisory Credits (SAC), WDTD-DTC training credits, a Virtual AI Growth Partner (AIGRP) programme, country/region landing pages, a free masterclass landing page, working contact form and blog, and links to the World Digital Trust membership portal. Navy-and-blue identity, fully responsive, accessibility-minded.
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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wdtd-trust
Tags: business, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar
*/
*/

/* The full design system lives in /assets/css/main.css (enqueued in functions.php).
   This file exists so WordPress can register the theme and hold minimal fallbacks. */

:root{
  --navy-900:#081A30;
  --navy-800:#0C2340;
  --navy-700:#123056;
  --navy-600:#1B4172;
  --gold-500:#C9A24A;
  --gold-400:#D9B968;
  --gold-300:#E7CE8E;
  --cream:#F7F4EC;
  --paper:#FFFFFF;
  --ink:#0E2136;
  --muted:#5A6B80;
  --line:rgba(12,35,64,.12);
}

body{ margin:0; font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif; color:var(--ink); background:var(--paper); }
