This is a demo of CSS variables and it's fall-back for when it's not working
A variable in CSS snippet will look like this:
:root { --color-dark-blue: #0071B3; --text-body: 1.6rem; }