html {
  --brandColor: red;
  background: var(--brandColor);
}
body {
  text-rendering: optimizeSpeed;
  height: 100vh;
  margin: 0;
  font-family: "Georgia", serif;
}
<div class="card">
  <h2>Cool.</h2>
</div>
const name = "Chris Coyier";
console.log(name);