/* PhytoStore — Robust theme: earthy, warm, forest green */
:root {
    --bg:  #faf6f0;
    --sf:  #ffffff;
    --tx:  #1a2e1a;
    --mu:  #6b7f6b;
    --ac:  #2d6a2d;
    --cta: #e8a135;
    --ct:  #1a1206;
    --bd:  #d4c5b0;
    --sh:  0 2px 12px rgba(26,46,26,.08);
    --r:   10px;
    --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');
