/*
Theme Name:  GeM Bid Monitor
Theme URI:   https://aksqubit.com
Description: Private GeM procurement monitoring application. Frontend-only administration with Bootstrap 5.3 dark UI.
Version:     1.0.0
Author:      AKS Qubit Technologies
Author URI:  https://aksqubit.com
License:     GPL-2.0+
Text Domain: gem-bid-monitor
*/

:root {
  --gem-bg:           #0a0e1a;
  --gem-surface:      #111827;
  --gem-surface-2:    #1c2333;
  --gem-border:       #2a3448;
  --gem-primary:      #3b82f6;
  --gem-primary-dark: #2563eb;
  --gem-accent:       #f59e0b;
  --gem-success:      #10b981;
  --gem-danger:       #ef4444;
  --gem-muted:        #6b7280;
  --gem-text:         #e5e7eb;
  --gem-text-dim:     #9ca3af;
  --gem-font-head:    'Syne', sans-serif;
  --gem-font-body:    'DM Sans', sans-serif;
}
