/* Dark-mode overrides for beta pages.
   Extend this with the full variable set your theme uses. */
body.beta.pp-dark-mode {
  color-scheme: dark;

  --wp--preset--color--background: #0d1b16;
  --wp--preset--color--foreground: #f4fff6;
  --wp--preset--color--primary: #1BAA55;
  --wp--preset--color--secondary: #1BAA55;
  --wp--preset--color--tertiary: #67B650;
  --wp--preset--color--darkgrey: #CCC;

  --wp--preset--color--background-alt: #11221b;
  --wp--preset--color--border: #004834;
  --wp--preset--color--lightgrey: #222222;
}
