/* CostLabsHQ brand theme */
/* To white-label: copy this file, swap vars + font. Nothing else needs to change. */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  /* Brand palette */
  --navy:         #1a1a2e;
  --orange:       #f7941d;
  --orange-dark:  #e07e0a;
  --orange-glow:  rgba(247, 148, 29, 0.25);
  --navy-mid:     #22223a;

  /* Neutrals */
  --bg:           #f8f9fa;
  --white:        #ffffff;
  --gray-100:     #f3f4f6;
  --gray-200:     #e5e7eb;
  --gray-400:     #9ca3af;
  --gray-600:     #4b5563;
  --gray-800:     #1f2937;
  --green:        #22c55e;
  --red:          #ef4444;

  /* Typography */
  --font:         'Inter', system-ui, -apple-system, sans-serif;

  /* Shadows */
  --shadow:       0 4px 24px rgba(0, 0, 0, 0.08);
  --shadow-lg:    0 12px 48px rgba(0, 0, 0, 0.18);
  --shadow-orange: 0 4px 20px rgba(247, 148, 29, 0.35);
  --radius:       12px;
}
