/* Punshik storefront polish — fonts + subtle shape. No colour overrides (keeps the theme intact). */
body{font-family:'Inter Tight',ui-sans-serif,system-ui,sans-serif!important;-webkit-font-smoothing:antialiased;}
h1,h2,h3{font-family:'Bricolage Grotesque',ui-sans-serif,sans-serif!important;font-weight:800!important;letter-spacing:-.03em;line-height:1.06;}
h4,h5,h6{font-family:'Bricolage Grotesque',ui-sans-serif,sans-serif!important;font-weight:700!important;letter-spacing:-.02em;}
button.bg-primary{border-radius:999px!important;font-weight:700!important;letter-spacing:-.01em;}
button.bg-background-secondary{border-radius:999px!important;}
.rounded-lg{border-radius:18px!important;}
input,select,textarea{border-radius:12px!important;}
/* Home hero band -> coral (scoped to the padded home banner only) */
.bg-background-secondary.p-14{background:#ff5a36!important;color:#1a0a06!important;border:none!important;}
.bg-background-secondary.p-14 :where(h1,h2,h3,p,article,a){color:#1a0a06!important;}
::selection{background:#ff5a36;color:#fff;}
