:root {
    --background: #fff;
    --foreground: #000;

    --light-gray-background: #00000008;

    --border-medium: rgba(0, 0, 0, 0.2);

    --card-bg: #7b51c944;
    --card-fg: #000;

    --theme-colour: rgb(126, 75, 255);

    --theme-colour-a10: rgb(126, 75, 255, .1);
    --theme-colour-a20: rgb(126, 75, 255, .2);

    --theme-colour-fg: white;
    --error-fg: #580000;

    --section-bg: #7b51c909;
    --ok-background: #e3ffe3;
}
