:root {
    --primary-color: #007bff; /* Example: Blue */
    --secondary-color: #6c757d; /* Example: Gray */
    --background-color: #f8f9fa; /* Example: Light background */
    --text-color: #212529; /* Example: Dark text */
}