:root {
    --color-header-background: #1d2021;
    --color-header-text: #fbf1c7;
    --color-sidebar-background: #7c6f64;
    --color-sidebar-border: #ccc;
    --color-link-text: #d79921; /* Same as header background but used for links here */

    --color-article-text-black: #fbf1c7;                 /* Print fallback */
    --color-article-border-print: #999;               /* Print blockquote/pre border */
    --color-article-link-default: #98971a;            /* Link color */
    --color-article-link-hover: #b8bb26;              /* Link hover/focus/active */
    --color-article-pre-background: #cccccc;             /* Pre/code background */
    --color-article-blockquote-border: #01ff70;       /* Blockquote border (same as link default) */
  }
  /*
  Palette

  Dark Mode:
  
      bg: #282828
      gray: #928374
      bg0_h: #1d2021
      red1: #cc241d
      red2: #fb4934
      bg0: #282828
      bg0_s: #32302f
      green1: #98971a
      green2: #b8bb26
      bg1: #3c3836
      fg4: #a89984
      yellow1: #d79921
      yellow2: #fabd2f
      bg2: #504945
      fg3: #bdae93
      blue1: #458588
      blue2: #83a598
      bg3: #665c54
      fg2: #d5c4a1
      purple1: #b16286
      purple2: #d3869b
      bg4: #7c6f64
      fg1: #ebdbb2
      aqua1: #689d6a
      aqua2: #8ec07c
      graya: #928374
      fg0: #fbf1c7
      orange1: #d65d0e
      orange2: #fe8019
  
  Light Mode:
  
      bg: #fbf1c7
      gray: #928374
      bg0_h: #f9f5d7
      red1: #cc241d
      red2: #9d0006
      bg0: #fbf1c7
      bg0_s: #f2e5bc
      green1: #98971a
      green2: #79740e
      bg1: #ebdbb2
      fg4: #7c6f64
      yellow1: #d79921
      yellow2: #b57614
      bg2: #d5c4a1
      fg3: #665c54
      blue1: #458588
      blue2: #076678
      bg3: #bdae93
      fg2: #504945
      purple1: #b16286
      purple2: #8f3f71
      bg4: #a89984
      fg1: #3c3836
      aqua1: #689d6a
      aqua2: #427b58
      fg0: #282828
      graya: #7c6f64
      fg: #3c3836
      orange1: #d65d0e
      orange2: #af3a03
*/