:root {
    --primary-color: #0A1931; /* Deep Indigo - Professionalism, Trust */
    --secondary-color: #FFD700; /* Gold - Luxury, Wealth, Excitement */
    --text-light: #ffffff;
    --text-dark: #333333;
    --background-light: #f4f7f6;
    --background-dark: #1a2a44; /* Slightly lighter than primary for contrast */
    --border-color: #e0e0e0;
    --card-bg: #ffffff;
    --hover-bg: #f0f0f0;
}

.page-index-review-saobet {
    font-family: 'Arial', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background-color: var(--background-light);
}