body {
    --text: #333d2e;
    --background: #e0e6db;
    ---primary: #78e227;
    --secondary: #133e71;
    --accent: #461daf;

    .debug {
        outline: 2px none magenta;
    }
    .debug-h2 {
        outline: 2px none cyan;
    }
    a {
        color: var(--text);
        text-decoration: none;
    }

    background-color: var(--background);
    color: var(--text);
}