:root {
  --theme-background-banner: #9a2791;
  --theme-background-block: var(--private-background-block);
  --theme-background-card-contents: #ffffff;
  --theme-background-file-extension: #dddddd;
  --theme-background-form-tab-current: gold;
  --theme-background-input: #ffffff;
  --theme-background-lead-accent: linear-gradient(
    135deg,
    #ffeeaa 0%,
    var(--private-color-accent) 60%,
    #ffcc00 100%
  );
  --theme-background-navigation-blocks: var(--theme-background-input);
  --theme-background-page: var(--private-background-block), #1b1b1b;
  --theme-background-profile-backdrop: hsla(130, 10%, 20%, 5%);
  --theme-color-accent: var(--private-color-accent);
  --theme-color-active: #ff9933;
  --theme-color-card-text: var(--private-color-text-dark);
  --theme-color-card-link: mediumblue;
  --theme-color-card-link-visited: purple;
  --theme-color-cite: var(--private-color-secondary);
  --theme-color-description: var(--private-color-secondary);
  --theme-color-dialog-closer: var(--theme-color-text);
  --theme-color-footer-text: var(--theme-color-text);
  --theme-color-icon: var(--private-color-secondary);
  --theme-color-input: var(--private-color-text-dark);
  --theme-color-lead: hsl(0, 0%, 60%);
  --theme-color-link: #dddddd;
  --theme-color-map-marker-fill: #ff3300;
  --theme-color-map-marker-outline: white;
  --theme-color-map-text: var(--private-color-text-dark);
  --theme-color-navigation-form-placeholder: var(--private-color-secondary);
  --theme-color-navigation-form-button: var(--private-color-secondary);
  --theme-color-separator: #ffffff33;
  --theme-color-shadow: #dddddd;
  --theme-color-tabs-icon: var(--theme-color-text);
  --theme-color-tabs-secondary: var(--theme-color-text);
  --theme-color-tabs-toggle: var(--private-color-text-dark);
  --theme-color-text: hsl(0, 0%, 90%);
  --theme-color-todo: gold;
  --theme-color-visited: pink;
  --theme-font-header-nav: normal 100% system-ui, sans-serif;
  --theme-font-heading: italic larger "Georgia", "Times New Roman", serif;
  --theme-font-lead: var(--theme-font-default);
  --theme-title-text-decoration: underline;
  --theme-title-text-decoration-color: var(--private-color-accent);
  --theme-title-underline-offset: .25ex;
  --theme-title-underline-thickness: .25ex;
}

:root {
  --private-background-block: linear-gradient(
    120deg,
    color-mix(in oklab, transparent 85%, var(--private-color-accent) 15%) 0%,
    color-mix(in oklab, transparent 89%, var(--private-color-accent) 11%) 20%,
    color-mix(in oklab, transparent 93%, var(--private-color-accent) 7%) 30%,
    color-mix(in oklab, transparent 91%, var(--private-color-accent) 9%) 60%,
    color-mix(in oklab, transparent 87%, var(--private-color-accent) 13%) 75%,
    color-mix(in oklab, transparent 83%, var(--private-color-accent) 17%) 100%
  );
  --private-color-accent: #ffcc33;
  --private-color-secondary: hsl(0, 0%, 50%);
  --private-color-text-dark: #444;
}
