:root {
    /* Light Theme */
    --theme-color-background:                     rgb(247, 245, 242);
    --theme-color-background-card:                rgb(232, 232, 228);

    --theme-color-point-plus:                     var(--theme-color-mekel-red);
    --theme-color-point-minus:                    var(--theme-color-mekel-teal);
    --theme-color-point-unspecified:              rgb(167, 165, 167);

    --theme-color-button-accent:                  var(--theme-color-mekel-orange);
    --theme-color-button-accent-border:           var(--theme-color-mekel-orange);
    --theme-color-button-accent-text:             rgba(255, 255, 255, 0.9);

    --theme-color-button:                         var(--theme-color-background);
    --theme-color-button-border:                  var(--theme-color-secondary);
    --theme-color-button-text:                    var(--theme-color-secondary);

    --theme-color-accent:                         var(--theme-color-mekel-orange);
}
