
      :root {
        --ui-primary: #2e333d;
        --ui-secondary: #33a54e;
      }
      .dark {
        --ui-primary: #2e333d;
        --ui-secondary: #33a54e;
      }
    