/* style/promotions.css */
:root {
  --primary-color: #003366;
  --secondary-color: #FFCC00;
  --text-dark: #333333;
  --text-light: #ffffff;
  --background-light: #f8f8f8;
  --background-dark: #002244; /* Slightly darker than primary for contrast */
  --border-color: #e0e0e0;
}