@import url('DefaultSkin.css');

/*See optional variables in DefaultSkin.css*/
:root {
    /*Insurer Colors*/
    --main-background-color: #323232;
    --lighter-background: #626262;
    --main-text-color: white;
    --button-color: #8fe9ef;
    --button-hover-color: #3f4040;
    --hue-rotate-from-blue: hue-rotate(323deg) saturate(1.5) opacity(0.7);
    --table-headers: #626262;
    /*Optional adjustments below this line*/
    --button-text-color: var(--main-background-color);
}