/* Theme: clean-blue — default useCalculate look */
:root {
  --primary-50: #eef4ff;
  --primary-100: #dbe6fe;
  --primary-200: #bfd3fe;
  --primary-400: #5b8def;
  --primary-500: #3467e6;
  --primary-600: #2451c9;
  --primary-700: #1c3fa0;
  --primary-900: #152c70;
  --accent-500: #0fae7a;
  --accent-600: #0c8f64;
  --theme-hero-wash: linear-gradient(180deg, var(--primary-50) 0%, #fff 100%);
}
