:root {
  /* Primary Colors */
  /* Primary Colors */
  --primary-color: #1053a0;     /* Keep this as is for the main red */
  --primary-light: #6c96ea;     /* Keep this as is for the light accent */
  --primary-dark: #0f386b;      /* Changed from #800000 to a more muted dark red */
  
  /* Background Colors */
  --background-start: #6bd3ff;  /* Keep this as is for the vibrant background */
  --background-end: #6bb5ff;    /* Keep this as is for the vibrant background */
  
  /* Text Colors */
  --text-color: #2c3e50;
  --text-light: #888;
  --text-dark: #1a237e;
  
  /* UI Colors */
  --card-bg: #F6F1F1;
  --error-color: #dc3545;
  --success-color: #198754;
  
  /* Border Colors */
  --border-light: #e0e0e0;
  --border-focus: rgba(13, 110, 253, 0.25);

    /* Add to your existing root variables */
    --text-light: #ffffff;
    --link-color: #B31312;  /* Using our CNY red theme */
    --link-hover-color: #EA906C;
} 