/* all */
:root {
    --theme: #666;
    --background: #CCC;
    --body: #EEE;
    --h1text: white;
    --h2text: var(--theme);
}
