/* PhytoStore — Posh theme: cream, antique gold, Playfair serif */
:root {
    --bg:  #faf7f2;
    --sf:  #ffffff;
    --tx:  #1a1206;
    --mu:  #8a7a60;
    --ac:  #b8922a;
    --cta: #b8922a;
    --ct:  #ffffff;
    --bd:  #e8dfc8;
    --sh:  0 2px 18px rgba(26,18,6,.07);
    --r:   4px;
    --font-head: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
    --fw-head: 600;
}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap');
