/* Explain: Color and typography tokens for the corporate theme. - */
:root {
    --primary-color: #081938;
    --secondary-color: #BC9562;
    --accent-color: #2F3031;
    --background-color: #F5F5F0;
    --surface-color: #FFFFFF;
    --text-color: #2F3031;
    --text-muted: #555555;
    --border-color: #D9D9D9;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
}