/* Explain: Theme tokens and typography, now with a dark luxury color palette. - */
:root {
    --primary-color: #10b981;
    --primary-hover: #059669;
    --secondary-color: #E2725B;
    --accent-color: #C9A87A;
    --terracotta-color: #E2725B;
    --forest-color: #10b981;
    --warm-beige: #121c17;
    --warm-beige-deep: #0a100d;
    --cream-color: #FFFFFF;
    --charcoal-color: #FFFFFF;
    --background-color: #06120b;
    --surface-color: #0d2116;
    --surface-muted: #153121;
    --text-color: #e2e8f0;
    --text-muted: #94a3b8;
    --border-color: rgba(255, 255, 255, 0.12);
    --shadow-soft: 0 24px 70px rgba(0, 0, 0, 0.5);
    --shadow-float: 0 18px 45px rgba(0, 0, 0, 0.6);
    --radius-arch: 999px 999px 28px 28px;
    --font-heading: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Proxima Nova', 'Inter', Arial, sans-serif;
}