/* 
 * Design System Variables - Exact Spec
 * Beacon & Bridge Solutions LLC
 */

:root {
  /* Core Colors */
  --bg-ocean: #0d1821;
  --bg-panel: #1a2632;
  --header-dark: #070d14;
  --card-bg: rgba(255, 255, 255, 0.04);

  /* Accent Colors */
  --soft-gold: #c9a961;
  --gold-hover: #b39654;

  /* Text Colors */
  --text-main: #f5f5f5;
  --text-secondary: #c0c0c0;
  --text-muted: #8a8a8a;
  --text-inverse: #070d14;

  /* Functional Colors */
  --hover-blue: #1e3a52;
  --border-dark: #2b4a6a;

  /* Typography */
  --font-system: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
