:root {
            --bg: rgba(223, 237, 237, 0.789);
            --text: rgb(28, 56, 96);

            --accent1: rgb(216, 195, 246);
            --accent2: rgb(244, 149, 66);
            
            --outline: rgb(149, 133, 193);
            --shadow: rgba(109, 75, 181, 0.241);

            --button1: rgb(255, 174, 87);
            --button2: rgb(172, 66, 94);

            /* OLD
            --button1: rgb(223, 141, 198);
            --button2: rgb(135, 66, 140);
            --accent2: rgb(62, 175, 147);
            */
        }

body {
    background-image: url(../images/cartographer.png);
    background-attachment: fixed;
}