:root {
  color-scheme: dark;
  --rustipo-bg: #24273a;
  --rustipo-text: #cad3f5;
  --rustipo-surface-muted: #363a4f;
  --rustipo-border: #494d64;
  --rustipo-blockquote-border: #8aadf4;
  --rustipo-link: #8aadf4;
  --rustipo-link-hover: #b7bdf8;
  --rustipo-code-bg: #1e2030;
  --rustipo-code-text: #f5bde6;
  --rustipo-table-header-bg: #494d64;
  --rustipo-token-base: #24273a;
  --rustipo-token-blue: #8aadf4;
  --rustipo-token-crust: #181926;
  --rustipo-token-flamingo: #f0c6c6;
  --rustipo-token-green: #a6da95;
  --rustipo-token-lavender: #b7bdf8;
  --rustipo-token-mantle: #1e2030;
  --rustipo-token-maroon: #ee99a0;
  --rustipo-token-mauve: #c6a0f6;
  --rustipo-token-overlay0: #6e738d;
  --rustipo-token-overlay1: #8087a2;
  --rustipo-token-overlay2: #939ab7;
  --rustipo-token-peach: #f5a97f;
  --rustipo-token-pink: #f5bde6;
  --rustipo-token-red: #ed8796;
  --rustipo-token-rosewater: #f4dbd6;
  --rustipo-token-sapphire: #7dc4e4;
  --rustipo-token-sky: #91d7e3;
  --rustipo-token-subtext0: #a5adcb;
  --rustipo-token-subtext1: #b8c0e0;
  --rustipo-token-surface0: #363a4f;
  --rustipo-token-surface1: #494d64;
  --rustipo-token-surface2: #5b6078;
  --rustipo-token-teal: #8bd5ca;
  --rustipo-token-yellow: #eed49f;
  --rustipo-base: #24273a;
  --rustipo-mantle: #1e2030;
  --rustipo-crust: #181926;
  --rustipo-surface-0: #363a4f;
  --rustipo-surface-1: #494d64;
  --rustipo-surface-2: #5b6078;
  --rustipo-overlay-0: #6e738d;
  --rustipo-overlay-1: #8087a2;
  --rustipo-overlay-2: #939ab7;
  --rustipo-subtext-0: #a5adcb;
  --rustipo-subtext-1: #b8c0e0;
  --rustipo-accent: #8aadf4;
  --rustipo-accent-strong: #c6a0f6;
  --rustipo-success: #a6da95;
  --rustipo-warning: #eed49f;
  --rustipo-danger: #ed8796;
}
