/*
 * asiamannequin.com brand, bound at the token layer.
 *
 * theme.json carries the same values as presets for core blocks; this file
 * carries them for every wpds block, which reads --wpds-* tokens and never a
 * preset. Custom properties only: a selector with a rule in it is a
 * stylesheet, and the site writes none. Generated from
 * reimagine/brand-binding.json; scripts/check-dk1-binding.py in the
 * converting-sites-to-dk1 skill proves the two layers agree. The body face
 * stays the design system's own stack, so only the heading family is bound.
 */
:root,
.is-style-wpds-appearance-light,
.is-style-wpds-appearance-system {
	--wpds-color-foreground-content-neutral: #0a0a0a;
	--wpds-color-foreground-content-neutral-weak: #6b6b6b;
	--wpds-color-background-interactive-brand-strong: #0a0a0a;
	--wpds-color-background-interactive-brand-strong-active: #333333;
	--wpds-color-background-interactive-brand-strong-disabled: color-mix(in srgb, #0a0a0a 40%, transparent);
	--wpds-color-background-interactive-brand-weak: transparent;
	--wpds-color-background-interactive-brand-weak-active: #f6f5f3;
	--wpds-color-background-interactive-brand-weak-disabled: color-mix(in srgb, #0a0a0a 40%, transparent);
	--wpds-color-background-surface-brand: #f6f5f3;
	--wpds-color-background-thumb-brand: #0a0a0a;
	--wpds-color-background-thumb-brand-active: #333333;
	--wpds-color-background-thumb-brand-disabled: color-mix(in srgb, #0a0a0a 40%, transparent);
	--wpds-color-foreground-interactive-brand: #0a0a0a;
	--wpds-color-foreground-interactive-brand-active: #333333;
	--wpds-color-foreground-interactive-brand-disabled: color-mix(in srgb, #0a0a0a 40%, transparent);
	--wpds-color-foreground-interactive-brand-strong: #ffffff;
	--wpds-color-foreground-interactive-brand-strong-active: #ffffff;
	--wpds-color-foreground-interactive-brand-strong-disabled: color-mix(in srgb, #ffffff 50%, transparent);
	--wpds-color-stroke-interactive-brand: #0a0a0a;
	--wpds-color-stroke-interactive-brand-active: #333333;
	--wpds-color-stroke-interactive-brand-disabled: color-mix(in srgb, #0a0a0a 40%, transparent);
	--wpds-color-stroke-surface-brand: #d9d2c5;
	--wpds-color-stroke-surface-brand-strong: #c4b48f;
	--wpds-color-background-brand-weak: #f6f5f3;
	--wpds-color-foreground-content-brand: #886b2e;
	--wpds-typography-font-family-heading: "Nunito", -apple-system, system-ui, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
	--wp-admin-theme-color: #0a0a0a;
	--wp-admin-theme-color--rgb: 10, 10, 10;
	--wp-admin-theme-color-darker-10: #000000;
	--wp-admin-theme-color-darker-10--rgb: 0, 0, 0;
	--wp-admin-theme-color-darker-20: #000000;
	--wp-admin-theme-color-darker-20--rgb: 0, 0, 0;
}

.is-style-wpds-appearance-dark {
	--wpds-color-foreground-content-neutral: #f0eeea;
	--wpds-color-foreground-content-neutral-weak: #a3a09a;
	--wpds-color-background-interactive-brand-strong: #f6f5f3;
	--wpds-color-background-interactive-brand-strong-active: #dcdad6;
	--wpds-color-background-interactive-brand-strong-disabled: color-mix(in srgb, #f6f5f3 40%, transparent);
	--wpds-color-background-interactive-brand-weak: transparent;
	--wpds-color-background-interactive-brand-weak-active: #1f1e1c;
	--wpds-color-background-interactive-brand-weak-disabled: color-mix(in srgb, #f6f5f3 40%, transparent);
	--wpds-color-background-surface-brand: #1f1e1c;
	--wpds-color-background-thumb-brand: #f6f5f3;
	--wpds-color-background-thumb-brand-active: #dcdad6;
	--wpds-color-background-thumb-brand-disabled: color-mix(in srgb, #f6f5f3 40%, transparent);
	--wpds-color-foreground-interactive-brand: #f6f5f3;
	--wpds-color-foreground-interactive-brand-active: #dcdad6;
	--wpds-color-foreground-interactive-brand-disabled: color-mix(in srgb, #f6f5f3 40%, transparent);
	--wpds-color-foreground-interactive-brand-strong: #0a0a0a;
	--wpds-color-foreground-interactive-brand-strong-active: #0a0a0a;
	--wpds-color-foreground-interactive-brand-strong-disabled: color-mix(in srgb, #0a0a0a 50%, transparent);
	--wpds-color-stroke-interactive-brand: #f6f5f3;
	--wpds-color-stroke-interactive-brand-active: #dcdad6;
	--wpds-color-stroke-interactive-brand-disabled: color-mix(in srgb, #f6f5f3 40%, transparent);
	--wpds-color-stroke-surface-brand: #5a523f;
	--wpds-color-stroke-surface-brand-strong: #7a6f52;
	--wpds-color-background-brand-weak: #1f1e1c;
	--wpds-color-foreground-content-brand: #c9a96a;
	--wpds-typography-font-family-heading: "Nunito", -apple-system, system-ui, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
}

@media ( prefers-color-scheme: dark ) {
	.is-style-wpds-appearance-system {
		--wpds-color-foreground-content-neutral: #f0eeea;
		--wpds-color-foreground-content-neutral-weak: #a3a09a;
		--wpds-color-background-interactive-brand-strong: #f6f5f3;
		--wpds-color-background-interactive-brand-strong-active: #dcdad6;
		--wpds-color-background-interactive-brand-strong-disabled: color-mix(in srgb, #f6f5f3 40%, transparent);
		--wpds-color-background-interactive-brand-weak: transparent;
		--wpds-color-background-interactive-brand-weak-active: #1f1e1c;
		--wpds-color-background-interactive-brand-weak-disabled: color-mix(in srgb, #f6f5f3 40%, transparent);
		--wpds-color-background-surface-brand: #1f1e1c;
		--wpds-color-background-thumb-brand: #f6f5f3;
		--wpds-color-background-thumb-brand-active: #dcdad6;
		--wpds-color-background-thumb-brand-disabled: color-mix(in srgb, #f6f5f3 40%, transparent);
		--wpds-color-foreground-interactive-brand: #f6f5f3;
		--wpds-color-foreground-interactive-brand-active: #dcdad6;
		--wpds-color-foreground-interactive-brand-disabled: color-mix(in srgb, #f6f5f3 40%, transparent);
		--wpds-color-foreground-interactive-brand-strong: #0a0a0a;
		--wpds-color-foreground-interactive-brand-strong-active: #0a0a0a;
		--wpds-color-foreground-interactive-brand-strong-disabled: color-mix(in srgb, #0a0a0a 50%, transparent);
		--wpds-color-stroke-interactive-brand: #f6f5f3;
		--wpds-color-stroke-interactive-brand-active: #dcdad6;
		--wpds-color-stroke-interactive-brand-disabled: color-mix(in srgb, #f6f5f3 40%, transparent);
		--wpds-color-stroke-surface-brand: #5a523f;
		--wpds-color-stroke-surface-brand-strong: #7a6f52;
		--wpds-color-background-brand-weak: #1f1e1c;
		--wpds-color-foreground-content-brand: #c9a96a;
		--wpds-typography-font-family-heading: "Nunito", -apple-system, system-ui, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
	}
}
