:root {
	/* TP-Blue Color Palette */
	--tp-blue-focused: rgba(0, 95, 204, 0.2);
	--tp-blue-surface: rgba(245, 250, 255, 1);
	--tp-blue-border: rgba(194, 222, 255, 1);
	--tp-blue-hover: rgba(0, 76, 163, 1);
	--tp-blue-pressed: rgba(0, 57, 122, 1);
	--tp-blue-main: rgba(0, 95, 204, 1);
	/* overwrite dari white */
}
