/*
 * Time to Go has one intentionally light visual theme. Bulma ships a
 * prefers-color-scheme: dark override; without this reset it can make its
 * inherited text variables light while our custom backgrounds remain light.
 */
:root {
  color-scheme: light;
  --bulma-white-on-scheme-l: 35%;
  --bulma-black-on-scheme-l: 4%;
  --bulma-light-on-scheme-l: 36%;
  --bulma-dark-on-scheme-l: 21%;
  --bulma-text-on-scheme-l: 29%;
  --bulma-primary-on-scheme-l: 21%;
  --bulma-link-on-scheme-l: 58%;
  --bulma-info-on-scheme-l: 25%;
  --bulma-success-on-scheme-l: 23%;
  --bulma-warning-on-scheme-l: 23%;
  --bulma-danger-on-scheme-l: 40%;
  --bulma-scheme-brightness: light;
  --bulma-scheme-main-l: 100%;
  --bulma-scheme-main-bis-l: 98%;
  --bulma-scheme-main-ter-l: 96%;
  --bulma-soft-l: 90%;
  --bulma-bold-l: 20%;
  --bulma-soft-invert-l: 20%;
  --bulma-bold-invert-l: 90%;
  --bulma-background-l: 96%;
  --bulma-border-weak-l: 93%;
  --bulma-border-l: 86%;
  --bulma-text-weak-l: 48%;
  --bulma-text-l: 29%;
  --bulma-text-strong-l: 21%;
  --bulma-text-title-l: 14%;
  --bulma-hover-background-l-delta: -5%;
  --bulma-active-background-l-delta: -10%;
  --bulma-hover-border-l-delta: -10%;
  --bulma-active-border-l-delta: -20%;
  --bulma-hover-color-l-delta: -5%;
  --bulma-active-color-l-delta: -10%;
  --bulma-shadow-h: 221deg;
  --bulma-shadow-s: 14%;
  --bulma-shadow-l: 4%;
}
