:root {
  --primary-50: #eff6ff;
  --primary-100: #dbeafe;
  --primary-200: #bfdbfe;
  --primary-300: #93c5fd;
  --primary-400: #60a5fa;
  --primary-500: #3b82f6;
  --primary-600: #2563eb;
  --primary-700: #1d4ed8;
  --primary-800: #1e40af;
  --primary-900: #1e3a8a;
  --primary-rgb: 59, 130, 246;
  --accent-500: #22c55e;
  --accent-rgb: 34, 197, 94;
  --neutral-900: #1f2937;
  --neutral-800: #374151;
  --neutral-700: #4b5563;
  --text-primary: #1f2937;
  --text-secondary: #4b5563;
  --surface-primary: #ffffff;
  --button-primary-text: #ffffff;
  --button-primary-text-rgb: 255, 255, 255;
}
body {
  background: #ffffff;
  color: #1f2937;
}
.site-disclaimer-boot {
  background: #f3f4f6;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 2.5rem 0;
}
.site-disclaimer-boot p {
  color: #4b5563;
  max-width: 980px;
  margin-bottom: 1rem;
}
