/* nire */
:root {
    --theme: green;
    --background: #8fbc8f;
    --body: #DFD;
    --h1text: white;
    --h2text: var(--theme);
}
