/* Explain: Premium editorial theme tokens for Atlas & Amber */
:root {
    --primary-color: #102A43;
    --primary-hover: #173B5F;
    --secondary-color: #8FA889;
    --accent-color: #C46A4A;
    --background-color: #FFFDF8;
    --surface-color: #F4E7D0;
    --surface-soft: #FAF4EA;
    --text-color: #102A43;
    --text-muted: #5F6F7B;
    --border-color: rgba(16, 42, 67, 0.14);
    --ivory-color: #FFFDF8;
    --sand-color: #F4E7D0;
    --terracotta-color: #C46A4A;
    --sage-color: #8FA889;
    --navy-color: #102A43;
    --shadow-soft: 0 24px 80px rgba(16, 42, 67, 0.12);
    --shadow-card: 0 18px 48px rgba(16, 42, 67, 0.10);
    --radius-large: 2rem;
    --radius-medium: 1.25rem;
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Inter', system-ui, sans-serif;
}
