/**
 * Guidee CSS Variables – Single Source of Truth
 * Version: 1.2.1
 * Last modified: 2026-03-26
 * All colors centralized here. No more duplicate :root blocks anywhere.
 */
:root {
  --guidee-charcoal: #121212;
  --guidee-spring-green: #C5FF59;
  --guidee-white: #FFFFFF;
  --guidee-border-gray: #e0e0e0;
  --cosmo-text: #000000;
  --cosmo-link-hover: #D70000;
}