/* PhytoStore — Bloom theme: fresh teal-green, vibrant coral CTA */
:root {
    --bg:  #f8fffc;
    --sf:  #ffffff;
    --tx:  #0d1f1a;
    --mu:  #5a7a6e;
    --ac:  #00897b;
    --cta: #e8445a;
    --ct:  #ffffff;
    --bd:  #d4ede8;
    --sh:  0 2px 12px rgba(0,137,123,.08);
    --r:   8px;
    --font-head: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
    --fw-head: 700;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
