:root {
  --bgc: #FFFFFF;
  --spanColor: #F56C6C;
}
p span.color{
	color: var(--spanColor);
}
p span.fw-b{
	font-weight: bold;
}
