:root {
    --grey-6: #666666;
    --grey-a: #aaaaaa;
    --grey-c: #cccccc;

    --blue1: #5457F9;

    --green1: #0AA619;

    --red1 : #DA4453;
}

.blue1-text { color: var(--blue1); }

.blue1 { background-color: var(--blue1) !important; }
.green1 { background-color: var(--green1) !important; }
.red1 { background-color: var(--red1) !important; }
