:root {
    --text: #aa7744;
}

body {
    background-color: #1b0f04;
    color: var(--text);
}

a {
    color: var(--text);
}
