* {
    --text: #1b1b1b;
    --hard-emphasis: #7F5539;
    --soft-emphasis: #9C6644;
    --hard-shading: #e4c5a7;
    --light-shading: #EDE0D4;
    --subtle-shading: #EDE0D4;
    --background: #fefefe;

    --hamburger: url('../static/menu.png');
    --open-link: url("../static/open-link.png");
}

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