/* Explain: Theme tokens and typography, updated to light spruce wood tones. */
:root {
    --primary-color: #E8AF54;
    --primary-hover: #D89F43;
    --secondary-color: #CDBBA2;
    --accent-color: #82AD63;
    --background-color: #F1ECE3;
    --surface-color: #F8F5F0;
    --surface-strong: #F4EFEB;
    --text-color: #42382D;
    --text-muted: #857A6D;
    --border-color: rgba(205, 187, 162, 0.45);
    --indigo-color: #CDBBA2;
    --terracotta-color: #E8AF54;
    --mustard-color: #EFE9E0;
    --eggshell-color: #F8F5F0;
    --sage-color: #82AD63;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Inter', sans-serif;
    --radius-lg: 1.75rem;
    --radius-xl: 2.5rem;
    --shadow-soft: 0 24px 70px rgba(74, 53, 37, 0.12);
    --shadow-card: 0 18px 45px rgba(74, 53, 37, 0.08);
}