:root {
    /* Text in main */
    --main-fg: black;
    /* Background of main */
    --main-bg: #ddd;
    /* Background of main with a little contrast */
    --main-bg-contrast: #ccc;
    /* Links in main text */
    --main-link: #a00;
    /* Less important text */
    --main-secondary: #505050;
    /* Even less important text */
    --main-muted: #bbb;

    /* Contrasting containers, text and background colors */
    --container-fg: white;
    --container-bg: #7b291b;
    /* Less important text in containers */
    --container-secondary: #ccc;
    /* Decoration for container headers/footers */
    --container-gradient-start: #a2685e;
    --container-gradient-end: rgba(123, 41, 27, 0);
}
