﻿body {
    --accent-color: rgb(62, 62, 62);
    --main-color: white;
    --main-bg-color: rgb(62, 62, 62);
    --accent-font-color: rgb(62, 62, 62);
    --border-color: rgb(62, 62, 62);
    --action-foreground: rgb(62, 62, 62);
    --action-background: white;
    --action-secondary-foreground: black;
    --action-secondary-background: rgb(255, 237, 0);
    --action-text-color: white;
    --action-background-color: rgb(255, 237, 0);
    --done-color: rgb(79,178,91);
    --danger-color: #CF454D;
    --on-brand: rgb(62, 62, 62);
}


/*
rgb(62, 62, 62) - Gray
rgb(255, 237, 0) - Yellow

*/