/*
 Theme Name:   FundBenchmark
 Theme URI:    https://fundbenchmark.com
 Description:  Fund comparison platform - Child theme of Salient
 Author:       FundBenchmark
 Author URI:   https://fundbenchmark.com
 Template:     salient
 Version:      2.0.0
 License:      Private
 Text Domain:  fundbenchmark
*/

/* ========================================
   FB - FUNDBENCHMARK CSS VARIABLES
   Inherits from Salient parent theme
======================================== */

:root {
  /* Dark theme colors */
  --fb-obsidian: #0a0a0b;
  --fb-charcoal: #141416;
  --fb-graphite: #1c1c1f;
  --fb-slate: #2a2a2f;
  --fb-pewter: #4a4a52;
  --fb-silver: #8a8a94;
  --fb-platinum: #c4c4cc;
  --fb-ivory: #f4f4f6;
  --fb-white: #ffffff;
  
  /* Brand gold */
  --fb-gold: #c9a962;
  --fb-gold-light: #e4d4a4;
  --fb-gold-dark: #a68b3d;
  
  /* Status colors */
  --fb-success: #4ade80;
  --fb-error: #f87171;
  --fb-warning: #fbbf24;
  --fb-info: #60a5fa;
  
  /* Layout */
  --fb-header-height: 72px;
  --fb-sidebar-width: 340px;
  
  /* Transitions */
  --fb-ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Dark theme pages */
.dark-theme #ajax-content-wrap,
.dark-theme .container-wrap,
.dark-theme .main-content {
  background: var(--fb-obsidian) !important;
}

.dark-theme {
  color: var(--fb-ivory);
}
