:root:root {
    /* frame-1 ground: page, chrome, text */
    --dcm-color-body-bg: #000000;
    --dcm-color-navbar-bg: #000000;
    --dcm-color-surface: #0d0d0d;
    --dcm-color-text-primary: #ffffff;
    --dcm-color-text-secondary: rgba(255, 255, 255, 0.6);
    /* kill the default blue at BOTH layers (skill Rule 2) */
    --dcm-color-primary: #e9f765;
    --dct--customized-colors-buttonsLinks: #e9f765;
    --dct--customized-colors-background: #000000;
    /* kill Matter at BOTH layers (skill Rule 3); font FILES load via the
     * wrapper link — the names here make text swap correctly, not flash */
    --dcm-font-primary: 'Archivo', sans-serif;
    --dcm-font-secondary: 'Archivo', sans-serif;
    --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: var(--dcm-color-body-bg);
    color: var(--dcm-color-text-primary);
  }