/**
 * Shared values used by Cohoma's current storefront components.
 * Keep component-specific exceptions in the component that owns them.
 */
:root {
	--cohoma-color-brand: #612d0f;
	--cohoma-color-surface: #fef5e6;
	--cohoma-color-accent: #fcd18d;
	--cohoma-color-text: #27364c;
	--cohoma-font-body: "DM Sans", sans-serif;
	--cohoma-font-heading: "Josefin Sans", sans-serif;
	--cohoma-purchase-control-height: 44px;
	--cohoma-form-control-height: 52px;
	--cohoma-radius-medium: 12px;
	--cohoma-radius-large: 16px;
}
