:root {
  --user-primary-50: #ecf2fd;
  --user-primary-100: #d5e1fb;
  --user-primary-200: #abc3f7;
  --user-primary-300: #7ca1f3;
  --user-primary-400: #4d80ef;
  --user-primary-500: #2563eb;
  --user-primary-600: #1451d7;
  --user-primary-700: #0f3fa8;
  --user-primary-800: #0b2e79;
  --user-primary-900: #071e4f;
  --user-primary-950: #04102a;
  --user-accent: #f97316;
}