/* This page's body background token resolves to white unless the
   visitor's system prefers dark mode (Framer swaps --token-a5953f23...
   under prefers-color-scheme, and the site was designed to only look
   right in the dark variant). Force it dark unconditionally instead of
   depending on that preference. */

body,
[data-framer-root],
section[data-framer-name="Projects Wrapper"] {
  background-color: #0f0f0f !important;
}
