/*
Theme Name: WDTD Trust
Theme URI: https://wdtd.org
Author: World Digital Trust & Development
Author URI: https://wdtd.org
Description: A high-conversion certification & training theme for World Digital Trust & Development (WDTD). Purpose-built for ISO/IEC 27001, ISO/IEC 27701 and ISO/IEC 42001 training bodies. Includes a Trainings system with the AI Governance, Risk & Compliance track, Digital Trust Credits (DTC), a working World Digital Trust membership, Authorized Training Partners, animated trust-posture hero, testimonials, FAQ, and a built-in contact form. Navy-and-gold identity, fully responsive, accessibility-minded.
Version: 1.2.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: education, 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); }
