Styling SVG with CSS 

:root {
  --bg-color: #eee;
  --text-color: #333;
  --box-border-color: #222;
  --box-fill-color: #fff;
}