/**
 * BB Assurantie — global root design tokens.
 */

:root {
	--bb-green: #3c816a;
	--bb-forest: #2e4b39;
	--bb-gold: #c9a875;
	--bb-font-family: "Roboto", sans-serif;
	--bb-foreground: #1a1a1a;
	--bb-muted: #6b7280;
	--bb-border: rgba(0, 0, 0, 0.08);
	--bb-bg: #ffffff;
	--bb-nav-max: 80rem;
	--bb-ease: cubic-bezier(0.4, 0, 0.2, 1);
	--bb-nav-height: 60px;
	--bb-nav-top-gap: 20px;
	--bb-header-z: 2147483646;
}

html,
body {
	font-family: var(--bb-font-family);
}
