/* AniTala default storefront theme — RC68.
 * Existing storefront layers remain canonical. This manifest-owned layer only
 * exposes stable theme tokens so future themes can vary presentation without
 * changing commerce/business logic. */
.theme-anitala-default{
  --theme-surface:#11110f;
  --theme-surface-soft:#171611;
  --theme-accent:var(--brand-accent,#d8b65a);
  --theme-accent-strong:var(--brand-accent-strong,#9b752d);
  --theme-radius-sm:10px;
  --theme-radius-md:16px;
  --theme-radius-lg:22px;
}
