/* Explain: Fresh, vibrant green theme tokens for Pureza Clean */
:root {
    --primary-color: #22c55e;
    --primary-hover: #16a34a;
    --secondary-color: #86efac;
    --accent-color: #15803d;
    --background-color: #ffffff;
    --surface-color: #f0fdf4;
    --ivory-color: #ffffff;
    --warm-beige: #bbf7d0;
    --sage-color: #4ade80;
    --clay-color: #15803d;
    --text-color: #064e3b;
    --text-muted: #166534;
    --border-color: rgba(34, 197, 94, 0.2);
    --nav-bg: rgba(255, 255, 255, 0.9);
    --nav-border: rgba(34, 197, 94, 0.25);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Manrope', sans-serif;
    --shadow-soft: 0 18px 55px rgba(22, 163, 74, 0.08);
    --shadow-deep: 0 32px 90px rgba(22, 163, 74, 0.15);
    --radius-organic: 2.5rem;
}
