@import url('DefaultSkin.css');

/*See optional variables in DefaultSkin.css*/
:root {
    /*Insurer Colors*/
    --main-background-color: #f0f;
    --lighter-background: #FF89FF;
    --main-text-color: white;
    --button-color: white;
    --button-hover-color: #930093;
    --hue-rotate-from-blue: hue-rotate(345deg) brightness(1.1) saturate(2);
    --table-headers: #00ACE9;
    /*Optional adjustments below this line*/
    --button-text-color: black;
    --button-hover-text-color: var(--main-text-color);
    --button-border: 1px solid var(--main-background-color);
}