/**
 * Design tokens for IBM landing (mapped to existing palette in ibm-landing.css).
 *
 * @package IBM
 */
:root {
	--color-bg-deep: #061a33;
	--color-text: #e8f1fb;
	--color-accent-start: #6c9cc4;
	--color-accent-end: #4a80b2;
	--font-family-base: "Heebo", system-ui, sans-serif;
	--space-header: 64px;
	--radius-pill: 999px;
	--container-max: 1120px;
}
