/* Explain: Verde Table theme tokens for colors, fonts, spacing, and texture */
:root {
    --primary-color: #12372A;
    --primary-hover: #0d2a20;
    --secondary-color: #9BAE8C;
    --accent-color: #C94C3D;
    --background-color: #F3E8D0;
    --surface-color: #fff8ea;
    --surface-deep: #eadbbf;
    --text-color: #1C1B18;
    --text-muted: #5f584d;
    --border-color: rgba(28, 27, 24, 0.18);
    --cream-color: #fbf3df;
    --leaf-color: #9BAE8C;
    --tomato-color: #C94C3D;
    --shadow-soft: 0 24px 70px rgba(28, 27, 24, 0.16);
    --shadow-card: 0 18px 45px rgba(18, 55, 42, 0.12);
    --radius-xl: 2rem;
    --radius-lg: 1.25rem;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Manrope', sans-serif;
}
