/*
 *  Override root definitions for the document
 *      and configure the schemeeeesssss
 */

:root {
    --color-primary: #004f2d;
    --color-secondary: #0a8754;
    --color-alternate: #33b5e5;
}

html {
    background-color: var(--color-secondary);
    background:
        repeating-linear-gradient(transparent, var(--color-primary) 1%),
        repeating-linear-gradient(90deg, transparent, var(--color-secondary) 3%);
}
