/*
Theme Name: SailX
Theme URI: https://example.com/sailx
Author: SailX
Description: Premium editorial sailing community theme — News, Stories, Interviews, Events, Watersports, Marketplace, Directory, Partners and CauseX, all managed from wp-admin. No public account system; public visitors browse and submit marketplace ads anonymously for owner review.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: sailx
*/

/* Design tokens carried over from the SailX visual system.
   Full component styles live in assets/css/main.css (enqueued in functions.php)
   so this file can stay a clean, valid theme stylesheet header. */

:root{
  --navy:#0F2A44;
  --navy-deep:#0A1E32;
  --sail-blue:#1B5FA6;
  --sail-blue-dark:#134677;
  --compass-orange:#E85C33;
  --paper:#FDFBF8;
  --paper-alt:#F4F1EB;
  --line:#E4E1DA;
  --mist:#6C7A89;
}
