@import url('DefaultSkin.css');

/*See optional variables in DefaultSkin.css*/
:root {
    --main-background-color: #aa272f;
    --lighter-background: #E53440;
    --main-text-color: white;
    --button-color: #00386c;
    --button-hover-color: #3f4040;
    --hue-rotate-from-blue: saturate(0.1);
    --table-headers: #636666;
    /*Optional adjustments below this line*/
}