/* Explain: Luxury editorial theme tokens */
:root {
    --primary-color: #111111;
    --primary-hover: #333333;
    --secondary-color: #E6E2D6; /* Neutral Sand, minus the pink */
    --accent-color: #BCAE9B; /* Neutral Sand accent */
    --accent-hover: #9E8F7A;
    --background-color: #FFFFFF;
    --surface-color: #FAFAFA;
    --text-color: #222222;
    --text-muted: #666666;
    --border-color: #E2E2E2;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Jost', sans-serif;
    --shadow-soft: 0 10px 30px rgba(0,0,0,0.04);
}
