:root {
        --bg1: #1f2424;
        --fg1: #ffffff;
        --hl1: #f69b77;

        --bg2: #151415;
        --fg2: #e6e6e6;
        --hl2: #f05518;

        --hl3: #f05518;
        --hl4: #f05518;

        /* I tried changing the svg colors with JS but I went mad in the process */
        --bg-img: url("/img/bg-orange.svg");
}
