:root {
    /* From https://www.handymanbristol.com/ (:root override + accents) */
    --main-bg: #e4e4fe;
    --header-bg: #121b4e;
    --footer-bg: #121b4e;
    --login-btn: #1b265d;
    --reg-btn: #4339fd;
    --nav-acc-head-game-bg: #e3e4f1;
    --table-even-bg: #e3e4f1;
    --table-odd-bg: #f4f5f7;
    --table-border: #bbc7f0;
    --main-text: #121b4e;
    --header-color: #ffffff;
    --footer-color: #ffffff;
    --banner-color: #ffffff;
    --text-btns: #ffffff;
    --table-color: #121b4e;
    --second-text: #5a6080;
    --muted-text: #5a6080;
    --border: #c5cae8;
    --brand: #11ec95;
    --gold: #e5b84e;
    --gold-lt: #f5d070;
    --card-bg: #ffffff;
    --acc-bg-body: #f4f5f7;
    --acc-text-body: #121b4e;
    --button-bg-hover: #4c7eff;
}
