/*
Theme Name: BB Sample
Theme URI: https://mybirdbuddy.com/
Description: Minimal example theme for the bb-webshop template. Proves the theme is
             baked into the image and served from EKS. Replace with your real theme.
Author: Bird Buddy
Version: 0.3.0
Text Domain: bb-sample
*/

/* Light theme */
:root { --bb-bg:#f4f6f9; --bb-card:#ffffff; --bb-accent:#2f9e44; --bb-text:#1b2733; --bb-border:#e3e8ee; }
* { box-sizing: border-box; }
body { margin:0; font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
       background: var(--bb-bg); color: var(--bb-text); }
.bb-wrap { max-width: 760px; margin: 0 auto; padding: 64px 24px; }
.bb-card { background: var(--bb-card); border:1px solid var(--bb-border); border-radius: 16px;
           padding: 40px; box-shadow: 0 8px 30px rgba(27,39,51,.08); }
.bb-badge { display:inline-block; background: var(--bb-accent); color:#ffffff;
            font-weight:700; padding:4px 12px; border-radius:999px; font-size:13px; }
h1 { margin:16px 0 8px; font-size: 30px; }
.bb-muted { color:#5a6b7b; }
code { background:#eef1f5; padding:2px 6px; border-radius:6px; color:#1b2733; }
ul { line-height: 1.9; }
.bb-foot { text-align:center; margin-top:20px; color:#6b7c8c; font-size:13px; }
.bb-foot strong { color: var(--bb-accent); }
