﻿:root {
    --primary-color: rgba(21,163,198,.6);
    --secondary-color: rgb(36, 156, 188);
    --secondary-color-highlight: rgb(36, 156, 188, .6);
    --tertiary-color: rgb(21, 93, 112);
    --warning-color: red;
    --error-color: red;
    --error-color-light: rgb(172, 36, 36);
    --confirmation-color: green;
    --confirmation-color-light: rgb(87, 161, 87);
    --disabled-color: gray;
}
