:root {
    --backgroundColor: #f2f2f2;
    --headerFontColor: #0570B4;
}

body {
    background-color: var(--backgroundColor);
}

h1,
h2,
h3,
h4 {
    color: var(--headerFontColor);
}