/* Wheat Bunny Styles - Based on logo color theme */
:root {
    /* Logo-inspired color palette */
    --primary-color: #a88a8a;      /* Muted mauve/dusty rose from logo */
    --primary-dark: #8b6f6f;       /* Darker shade for hover states */
    --primary-light: #c4adad;      /* Lighter shade for accents */
    --bg-cream: #f5f0eb;           /* Warm cream background */
    --bg-light: #faf8f5;           /* Light cream for cards */
    --text-dark: #3d3d3d;          /* Dark text */
    --text-medium: #666666;        /* Medium text */
    --text-light: #999999;         /* Light text */
    --white: #ffffff;
    --shadow: rgba(0, 0, 0, 0.08);
}
