:root{
  --soft-bg:#fff7fb;
  --soft-card:#ffffff;
  --soft-accent:#a855f7;
}
body{background:var(--soft-bg);}
.navbar{border-radius:0 0 20px 20px;}
.product-card{box-shadow:0 6px 18px rgba(0,0,0,.06); border:0;}
.product-card .card-body{background:var(--soft-card);}
.btn-dark{border-radius:14px;}
.border{border-color:#ece7f3 !important;}
.rounded-4{border-radius:18px !important;}
.topbar .social-ico{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:1px solid #efe4fb;color:#444;text-decoration:none;}
.topbar .social-ico:hover{color:var(--soft-accent);border-color:var(--soft-accent);}
.content-prose table{width:100%;border-collapse:collapse;}
.content-prose td,.content-prose th{border:1px solid #eee;padding:.5rem;}
.content-prose img{max-width:100%;height:auto;border-radius:12px;}
