/* Brand theme pack: red — PakiNaman (logo red + white chrome) */
:root,
html[data-storefront-theme="light"],
html[data-storefront-theme="dark"] {
  /* Primary from PakiNaman icon fill */
  --brand-accent: #ff2121;
  --brand-accent-hover: #d10f0f;
  --brand-accent-soft: #ff6b6b;
  --brand-on-accent: #ffffff;
  --brand-surface-deep: #b31818;
}

html[data-storefront-theme="light"] body.storefront-page:not(:has(.storefront-d3-live)),
html[data-storefront-theme="dark"] body.storefront-page:not(:has(.storefront-d3-live)),
body.storefront-page {
  --sf-accent: var(--brand-accent);
  --sf-accent-hover: var(--brand-accent-hover);
  --sf-accent-soft: var(--brand-accent-soft);
}
