:root:root {
    /* frame-1 ground: true-black chrome, ink body, white text */
    --dcm-color-body-bg: #0d0d0d;
    --dcm-color-navbar-bg: #000000;
    --dcm-color-surface: #1c1f1f;
    --dcm-color-text-primary: #ffffff;
    --dcm-color-text-secondary: rgba(255, 255, 255, 0.75);
    /* kill Dutchie default blue at BOTH layers, or the stock accent flashes */
    --dcm-color-primary: #c7fd51;
    --dct--customized-colors-buttonsLinks: #c7fd51;
    --dct--customized-colors-background: #0d0d0d;
    /* ONE 1240px spine (see the maxSiteWidth pin in GlobalStyles) */
    --dct--customized-maxSiteWidth: 1240px;
    /* name the face pre-boot so frame 1 measures text in the right metrics */
    --dct--customized-fonts-primary: 'Archivo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --dct--customized-fonts-secondary: 'Archivo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  }
  body {
    background: #0d0d0d;
  }