/*
Theme Name: Vibe Theme
Theme URI: http://vibecoding.org.es
Description: A friendly, organic "Green" theme for Vibe Coding for NGOs.
Author: Antigravity
Version: 1.1.0
Text Domain: vibe-theme
*/

:root {
    --bg-light: #fdfbf7;
    --acc-green: #2d5a27;
    --acc-sage: #94ad91;
    --acc-terracotta: #c46d4d;
    --acc-cream: #f4eee1;
    --text-main: #2d3436;
    --text-muted: #636e72;
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.05);
}

body {
    background-color: var(--bg-light);
    color: var(--text-main);
    font-family: 'Playfair Display', serif;
    margin: 0;
    line-height: 1.7;
}

.clay {
    background: var(--acc-cream);
    box-shadow: var(--shadow-soft);
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.green-text {
    color: var(--acc-green);
}