html.light,
.light {
  --t-buttons-secondary-text-color: color(display-p3 0.63 0.69 1);
  --t-accent-primary: color(display-p3 0.831 0.87 1);
  --t-accent-secondary: color(display-p3 0.831 0.87 1);
  --t-accent-tertiary: color(display-p3 0.933 0.948 0.992);
  --t-accent-quaternary: color(display-p3 0.971 0.977 0.998);
  --t-accent-accent3570: color(display-p3 0.569 0.639 0.916);
  --t-accent-accent4060: color(display-p3 0.569 0.639 0.916);
  --t-accent-accent1: color(display-p3 0.992 0.992 0.996);
  --t-accent-accent2: color(display-p3 0.971 0.977 0.998);
  --t-accent-accent3: color(display-p3 0.933 0.948 0.992);
  --t-accent-accent4: color(display-p3 0.885 0.914 1);
  --t-accent-accent5: color(display-p3 0.831 0.87 1);
  --t-accent-accent6: color(display-p3 0.767 0.814 0.995);
  --t-accent-accent7: color(display-p3 0.685 0.74 0.957);
  --t-accent-accent8: color(display-p3 0.569 0.639 0.916);
  --t-accent-accent9: color(display-p3 0.276 0.384 0.837);
  --t-accent-accent10: color(display-p3 0.234 0.343 0.801);
  --t-accent-accent11: color(display-p3 0.256 0.354 0.755);
  --t-accent-accent12: color(display-p3 0.133 0.175 0.348);
  --t-background-primary: color(display-p3 1 1 1);
  --t-background-secondary: color(display-p3 0.988 0.988 0.988);
  --t-background-tertiary: color(display-p3 0.945 0.945 0.945);
  --t-background-quaternary: color(display-p3 0.922 0.922 0.922);
  --t-border-color-strong: color(display-p3 0.839 0.839 0.839);
  --t-border-color-medium: color(display-p3 0.922 0.922 0.922);
  --t-border-color-light: color(display-p3 0.945 0.945 0.945);
  --t-border-color-blue: color(display-p3 0.685 0.74 0.957);
  --t-font-color-primary: color(display-p3 0.2 0.2 0.2);
  --t-font-color-secondary: color(display-p3 0.4 0.4 0.4);
  --t-font-color-tertiary: color(display-p3 0.6 0.6 0.6);
  --t-font-color-light: color(display-p3 0.702 0.702 0.702);
  --t-font-color-extra-light: color(display-p3 0.8 0.8 0.8);
  --t-color-blue: color(display-p3 0.276 0.384 0.837);
  --t-color-blue1: color(display-p3 0.992 0.992 0.996);
  --t-color-blue2: color(display-p3 0.971 0.977 0.998);
  --t-color-blue3: color(display-p3 0.933 0.948 0.992);
  --t-color-blue4: color(display-p3 0.885 0.914 1);
  --t-color-blue5: color(display-p3 0.831 0.87 1);
  --t-color-blue6: color(display-p3 0.767 0.814 0.995);
  --t-color-blue7: color(display-p3 0.685 0.74 0.957);
  --t-color-blue8: color(display-p3 0.569 0.639 0.916);
  --t-color-blue9: color(display-p3 0.276 0.384 0.837);
  --t-color-blue10: color(display-p3 0.234 0.343 0.801);
  --t-color-blue11: color(display-p3 0.256 0.354 0.755);
  --t-color-blue12: color(display-p3 0.133 0.175 0.348);
}
html, body { background-color: var(--t-background-tertiary); }
