.footer__attribution-line--copyright{
    column-gap: 0.5em;
    font-size: var(--K15t-font-size-x-small);
    list-style: none;
    margin-bottom: 0;
    display: none;
}

:root {
  color-scheme: dark;

  --vpt-theme-primary-color: #d4af37; /* Softer gold */
  --vpt-theme-header-background-color: var(--K15t-surface-raised);
  --vpt-theme-header-foreground-color: var(--K15t-foreground);
  --vpt-theme-footer-background-color: var(--K15t-surface);
  --vpt-theme-footer-foreground-color: var(--K15t-foreground);

  --K15t-foreground-on-information: lightskyblue;
  --K15t-foreground-on-tip: indigo;
  --K15t-foreground-on-danger: wheat;
  --K15t-foreground-on-success: palegreen;
  --K15t-background-information: midnightblue;
  --K15t-background-warning: darkgoldenrod;
  --K15t-background-tip: slateblue;
  --K15t-background-danger: maroon;
  --K15t-background-success: darkgreen;
  --K15t-link: royalblue;
  --K15t-link-visited: slateblue;

  --K15t-surface: #14141a;
  --K15t-surface-raised: #1a1a21;
  --K15t-surface-overlay: #22222c;
  --K15t-foreground: #f0f0f3;
  --K15t-foreground-subtle: #d4d4d9;
  --K15t-background-neutral: #2c2c38;
  --K15t-background-neutral-hovered: #3a3a48;
  --K15t-background-neutral-subtle-hovered: #353542;
  --K15t-background-neutral-subtle-selected: #3a3a48;
  --K15t-background-input: #1a1a21;
  --K15t-border-neutral: #2c2c38;
  --K15t-border-neutral-strong: #4a4a56;
  --K15t-border-neutral-strong-selected: #5b5b68;

  --K15t-color-neutral-25: #d3d3d8;
  --K15t-color-neutral-50: #b8b8c0;
  --K15t-color-neutral-100: #9f9fa8;
  --K15t-color-neutral-200: #838391;
  --K15t-color-neutral-300: #676779;
  --K15t-color-neutral-400: #4b4b62;
  --K15t-color-neutral-500: #3d3d54;
  --K15t-color-neutral-600: #313140;
  --K15t-color-neutral-700: #272732;
  --K15t-color-neutral-800: #20202a;
  --K15t-color-neutral-900: #14141a;
}

