/* style/vip-program.css */

/* Base styles for the VIP Program page */
.page-vip-program {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: var(--secondary-color); /* White background from shared.css */
}