@import url('DefaultSkin.css');

/*See optional variables in DefaultSkin.css*/
:root {
    /*Insurer Colors*/
    --main-background-color: #c60d2f;
    --lighter-background: #EA1038;
    --main-text-color: white;
    --button-color: #c60d2f;
    --button-hover-color: #f4f4f4;
    --hue-rotate-from-blue: hue-rotate(127deg) saturate(1.2);
    --table-headers: #A30B27;
    /*Optional adjustments below this line*/
    --button-hover-text-color: var(--main-background-color);
    --button-border: thin solid black;
}