/* style/index.css */
:root {
  --primary-color: #1A202C; /* Deep dark blue/grey */
  --secondary-color: #FFD700; /* Gold */
  --text-light: #ffffff;
  --text-dark: #333333;
  --bg-light: #f8f9fa;
  --border-color: #e0e0e0;
}