/* Theme tokens and base typography. */
:root {
	--psk-theme-accent: #3ca9e7;
	--psk-theme-accent-contrast: #fcfcfc;
	--psk-deal-color: #16a34a;
	--psk-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	--psk-content-gap: 1rem;
	--psk-content-radius: 12px;
	--psk-content-border: #e5e7eb;
	--psk-purchase-bg: #ffffff;
	--psk-purchase-pad: 0.875rem;
	--psk-purchase-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
}

body,
button,
input,
textarea,
select {
	font-family: var(--psk-font-sans) !important;
}
