/* FrezPilot Default Theme — variables.css
   Override these in your custom theme to change the entire look. */
:root {
  /* Brand */
  --fp-primary:        #f97316;
  --fp-primary-dark:   #ea6a08;
  --fp-primary-light:  #fdba74;
  --fp-secondary:      #3b82f6;
  --fp-accent:         #fbbf24;

  /* Background layers */
  --fp-bg-base:        #0d1826;
  --fp-bg-surface:     #152032;
  --fp-bg-card:        #1a2d45;
  --fp-bg-input:       #0d1826;
  --fp-bg-hover:       #1e3050;

  /* Text */
  --fp-text:           #e2e8f0;
  --fp-text-muted:     #94a3b8;
  --fp-text-faint:     #475569;
  --fp-text-inverse:   #0d1826;

  /* Borders */
  --fp-border:         #1e3a5f;
  --fp-border-focus:   #f97316;

  /* Status */
  --fp-success:        #22c55e;
  --fp-success-bg:     #14532d;
  --fp-error:          #ef4444;
  --fp-error-bg:       #450a0a;
  --fp-warning:        #f59e0b;
  --fp-warning-bg:     #451a03;
  --fp-info:           #38bdf8;
  --fp-info-bg:        #0c4a6e;

  /* Radius & Shadow */
  --fp-radius-sm:      4px;
  --fp-radius:         8px;
  --fp-radius-lg:      14px;
  --fp-shadow:         0 4px 24px rgba(0,0,0,.4);
  --fp-shadow-card:    0 2px 12px rgba(0,0,0,.35);

  /* Typography */
  --fp-font-display:   'Barlow Condensed', 'Arial Narrow', sans-serif;
  --fp-font-body:      'Barlow', 'Segoe UI', sans-serif;
  --fp-font-mono:      'JetBrains Mono', 'Fira Code', monospace;

  /* Header */
  --fp-header-bg:      #0d1826;
  --fp-header-border:  #f97316;
  --fp-header-height:  72px;

  /* Sidebar */
  --fp-sidebar-bg:     #112236;
  --fp-sidebar-width:  240px;
}
