/**
 * WB v2 design tokens — Police Bank only.
 * Not used by legacy wb.css (separate stack: wb-theme + wb-tw).
 */
:root {
	--wb-color-primary: #0072ef;
	--wb-color-secondary: #234c8e;
	--wb-color-tertiary: #454545;
	--wb-color-light-grey: #f1f1f1;
	--wb-color-grey: #6e6f71;
	--wb-color-black: #000000;
	--wb-color-white: #ffffff;
	--wb-color-text-grey: #454545;
	--wb-font-sans: Quicksand, sans-serif;
}
