/* bernard shop theme — YOURS to edit (bernard never overwrites this file).
   Loaded after shop.css on every shop page, so rules here win. Style the shop
   to match the site: fonts, colours, spacing. --bernard-accent/-ink drive the
   buy button. Selectors to know:
   .shop-header · .shop-main · .shop-grid · .shop-card · .shop-price ·
   .shop-footer · body[data-bernard-shop] */

/* Site-match seed — sampled from the site's stylesheet when this file was created. Edit freely. */
:root { --bernard-accent: #c2410c; --bernard-accent-ink: #ffffff; }
body[data-bernard-shop] { font-family: 'Literata', serif; }
