@import url('DefaultSkin.css');

:root {
    --main-background-color: #175638;
    --lighter-background: #1D6D46;
    --main-text-color: white;
    --button-color: #12422b;
    --button-hover-color: #00891c;
    --hue-rotate-from-blue: hue-rotate(300deg) saturate(0.35);
    --table-headers: #1D6D46;
}