
      :root {
        --ui-primary: #009ee3;
        --ui-secondary: #008143;
      }
      .dark {
        --ui-primary: #009ee3;
        --ui-secondary: #008143;
      }
    