/*
 * frozenmeat.sg brand, bound at the token layer.
 *
 * theme.json carries the same four 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 the brand binding in
 * reimagine/brand-binding.json against core's design-tokens.css token names;
 * scripts/check-dk1-binding.py in the converting-sites-to-dk1 skill proves
 * the two layers agree.
 */
:root,
.is-style-wpds-appearance-light,
.is-style-wpds-appearance-system {
	--wpds-color-foreground-content-neutral: #180710;
	--wpds-color-foreground-content-neutral-weak: #6b5f66;
	--wpds-color-background-interactive-brand-strong: #1857c9;
	--wpds-color-background-interactive-brand-strong-active: #12459f;
	--wpds-color-background-interactive-brand-strong-disabled: color-mix(in srgb, #1857c9 40%, transparent);
	--wpds-color-background-interactive-brand-weak: transparent;
	--wpds-color-background-interactive-brand-weak-active: #f4ecf2;
	--wpds-color-background-interactive-brand-weak-disabled: color-mix(in srgb, #1857c9 40%, transparent);
	--wpds-color-background-surface-brand: #f4ecf2;
	--wpds-color-background-thumb-brand: #1857c9;
	--wpds-color-background-thumb-brand-active: #12459f;
	--wpds-color-background-thumb-brand-disabled: color-mix(in srgb, #1857c9 40%, transparent);
	--wpds-color-foreground-interactive-brand: #1857c9;
	--wpds-color-foreground-interactive-brand-active: #12459f;
	--wpds-color-foreground-interactive-brand-disabled: color-mix(in srgb, #1857c9 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: #1857c9;
	--wpds-color-stroke-interactive-brand-active: #12459f;
	--wpds-color-stroke-interactive-brand-disabled: color-mix(in srgb, #1857c9 40%, transparent);
	--wpds-color-stroke-surface-brand: #aec4ec;
	--wpds-color-stroke-surface-brand-strong: #80a3e1;
	--wpds-color-background-brand-weak: #f4ecf2;
	--wpds-color-foreground-content-brand: #701356;
	--wpds-typography-font-family-body: "Rubik", -apple-system, system-ui, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
	--wpds-typography-font-family-heading: "Rubik", -apple-system, system-ui, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
	--wp-admin-theme-color: #1857c9;
	--wp-admin-theme-color--rgb: 24, 87, 201;
	--wp-admin-theme-color-darker-10: #12459f;
	--wp-admin-theme-color-darker-10--rgb: 18, 69, 159;
	--wp-admin-theme-color-darker-20: #0e3780;
	--wp-admin-theme-color-darker-20--rgb: 14, 55, 128;
}

.is-style-wpds-appearance-dark {
	--wpds-color-foreground-content-neutral: #1e1e1e;
	--wpds-color-foreground-content-neutral-weak: #a39aa0;
	--wpds-color-background-interactive-brand-strong: #4d8bff;
	--wpds-color-background-interactive-brand-strong-active: #6ea0ff;
	--wpds-color-background-interactive-brand-strong-disabled: color-mix(in srgb, #4d8bff 40%, transparent);
	--wpds-color-background-interactive-brand-weak: transparent;
	--wpds-color-background-interactive-brand-weak-active: #2a1f28;
	--wpds-color-background-interactive-brand-weak-disabled: color-mix(in srgb, #4d8bff 40%, transparent);
	--wpds-color-background-surface-brand: #2a1f28;
	--wpds-color-background-thumb-brand: #4d8bff;
	--wpds-color-background-thumb-brand-active: #6ea0ff;
	--wpds-color-background-thumb-brand-disabled: color-mix(in srgb, #4d8bff 40%, transparent);
	--wpds-color-foreground-interactive-brand: #4d8bff;
	--wpds-color-foreground-interactive-brand-active: #6ea0ff;
	--wpds-color-foreground-interactive-brand-disabled: color-mix(in srgb, #4d8bff 40%, transparent);
	--wpds-color-foreground-interactive-brand-strong: #1e1e1e;
	--wpds-color-foreground-interactive-brand-strong-active: #1e1e1e;
	--wpds-color-foreground-interactive-brand-strong-disabled: color-mix(in srgb, #1e1e1e 50%, transparent);
	--wpds-color-stroke-interactive-brand: #4d8bff;
	--wpds-color-stroke-interactive-brand-active: #6ea0ff;
	--wpds-color-stroke-interactive-brand-disabled: color-mix(in srgb, #4d8bff 40%, transparent);
	--wpds-color-stroke-surface-brand: #35507f;
	--wpds-color-stroke-surface-brand-strong: #4a6aa3;
	--wpds-color-background-brand-weak: #2a1f28;
	--wpds-color-foreground-content-brand: #e0a8d0;
}

@media ( prefers-color-scheme: dark ) {
	.is-style-wpds-appearance-system {
	--wpds-color-foreground-content-neutral: #1e1e1e;
--wpds-color-foreground-content-neutral-weak: #a39aa0;
	--wpds-color-background-interactive-brand-strong: #4d8bff;
	--wpds-color-background-interactive-brand-strong-active: #6ea0ff;
	--wpds-color-background-interactive-brand-strong-disabled: color-mix(in srgb, #4d8bff 40%, transparent);
	--wpds-color-background-interactive-brand-weak: transparent;
	--wpds-color-background-interactive-brand-weak-active: #2a1f28;
	--wpds-color-background-interactive-brand-weak-disabled: color-mix(in srgb, #4d8bff 40%, transparent);
	--wpds-color-background-surface-brand: #2a1f28;
	--wpds-color-background-thumb-brand: #4d8bff;
	--wpds-color-background-thumb-brand-active: #6ea0ff;
	--wpds-color-background-thumb-brand-disabled: color-mix(in srgb, #4d8bff 40%, transparent);
	--wpds-color-foreground-interactive-brand: #4d8bff;
	--wpds-color-foreground-interactive-brand-active: #6ea0ff;
	--wpds-color-foreground-interactive-brand-disabled: color-mix(in srgb, #4d8bff 40%, transparent);
	--wpds-color-foreground-interactive-brand-strong: #1e1e1e;
	--wpds-color-foreground-interactive-brand-strong-active: #1e1e1e;
	--wpds-color-foreground-interactive-brand-strong-disabled: color-mix(in srgb, #1e1e1e 50%, transparent);
	--wpds-color-stroke-interactive-brand: #4d8bff;
	--wpds-color-stroke-interactive-brand-active: #6ea0ff;
	--wpds-color-stroke-interactive-brand-disabled: color-mix(in srgb, #4d8bff 40%, transparent);
	--wpds-color-stroke-surface-brand: #35507f;
	--wpds-color-stroke-surface-brand-strong: #4a6aa3;
	--wpds-color-background-brand-weak: #2a1f28;
	--wpds-color-foreground-content-brand: #e0a8d0;
	}
}
