/* Explain: Calm, serious maritime and slate theme tokens for Legacy Planning */
:root {
    --primary-color: #244c82;
    --primary-hover: #183863;
    --secondary-color: #475569;
    --accent-color: #334155;
    --background-color: #f8fafc;
    --surface-color: #ffffff;
    --ivory-color: #ffffff;
    --warm-beige: #e2e8f0;
    --sage-color: #64748b;
    --clay-color: #334155;
    --text-color: #0f172a;
    --text-muted: #334155;
    --border-color: rgba(15, 23, 42, 0.1);
    --nav-bg: rgba(255, 255, 255, 0.85);
    --nav-border: rgba(15, 23, 42, 0.1);
    --font-logo: 'Parisienne', cursive;
    --font-heading: 'Parisienne', cursive;
    --font-body: 'Manrope', sans-serif;
    --shadow-soft: 0 18px 55px rgba(15, 23, 42, 0.05);
    --shadow-deep: 0 32px 90px rgba(15, 23, 42, 0.08);
    --radius-organic: 1.5rem;
}
