:root {
	--t2am-pink-50: #fff4f5;
	--t2am-pink-100: #ffd1d3;
	--t2am-pink-200: #ffc1c5;
	--t2am-coral: #ff8d96;
	--t2am-rose: #f04ba9;
	--t2am-lilac: #b8a4ff;
	--t2am-ink: #070707;
	--t2am-muted: #5b4a44;
	--t2am-line: rgba(7, 7, 7, 0.18);
	--t2am-badge: #59463c;
	--t2am-white: #ffffff;
	--t2am-radius-lg: 28px;
	--t2am-radius-md: 16px;
	--t2am-max: 1180px;
	--t2am-font-sans: Arial, Helvetica, sans-serif;
	--t2am-font-display: Georgia, "Times New Roman", serif;
	--t2am-type-xs: 0.75rem;
	--t2am-type-sm: 0.875rem;
	--t2am-type-base: 1rem;
	--t2am-type-md: 1.125rem;
	--t2am-type-caption: 0.875rem;
	--t2am-type-badge: 0.75rem;
	--t2am-type-action: 0.9375rem;
	--t2am-type-form: 0.9375rem;
	--t2am-type-card-title: clamp(0.9375rem, 0.45vw + 0.875rem, 1.0625rem);
	--t2am-type-card-price: clamp(0.875rem, 0.35vw + 0.8125rem, 1rem);
	--t2am-type-ui: clamp(0.9375rem, 0.25vw + 0.875rem, 1rem);
	--t2am-type-ui-small: clamp(0.875rem, 0.18vw + 0.835rem, 0.9375rem);
	--t2am-type-logo: clamp(1.875rem, 2.2vw + 1.2rem, 2.625rem);
	--t2am-type-section-title: clamp(2rem, 2.4vw + 1rem, 3.5rem);
	--t2am-type-commerce-title: clamp(2.25rem, 4vw + 0.8rem, 4.5rem);
	--t2am-type-product-title: clamp(2rem, 2.2vw + 1.25rem, 3.25rem);
	--t2am-type-promo-title: clamp(2.375rem, 4vw + 1rem, 4.75rem);
	--t2am-type-search-title: clamp(2.25rem, 4.5vw + 0.9rem, 4.5rem);
}

@media (max-width: 900px) {
	:root {
		--t2am-type-card-title: 1rem;
		--t2am-type-card-price: 0.9375rem;
		--t2am-type-section-title: clamp(2rem, 5vw, 3rem);
		--t2am-type-commerce-title: clamp(2.5rem, 6vw, 3.75rem);
		--t2am-type-product-title: clamp(2.125rem, 4.8vw, 2.75rem);
		--t2am-type-promo-title: clamp(2.375rem, 6vw, 3.75rem);
		--t2am-type-search-title: clamp(2.375rem, 6vw, 3.75rem);
	}
}

@media (max-width: 560px) {
	:root {
		--t2am-type-caption: 0.875rem;
		--t2am-type-badge: 0.75rem;
		--t2am-type-action: 0.9375rem;
		--t2am-type-ui: 1rem;
		--t2am-type-ui-small: 0.875rem;
		--t2am-type-card-title: 1rem;
		--t2am-type-card-price: 0.9375rem;
		--t2am-type-section-title: clamp(2rem, 9vw, 2.75rem);
		--t2am-type-commerce-title: clamp(2.125rem, 10vw, 2.75rem);
		--t2am-type-product-title: clamp(2rem, 8.4vw, 2.5rem);
		--t2am-type-promo-title: clamp(2.25rem, 10vw, 3.125rem);
		--t2am-type-search-title: clamp(2rem, 9vw, 2.75rem);
	}
}
