:root {
  --lc-primary: #393c39;
  --lc-on-primary: #f2f7f1;
  --lc-primary-container: #e8ede8;
  --lc-on-primary-container: #393c39;
  --lc-secondary: #5f635f;
  --lc-on-secondary: #f2f7f1;
  --lc-tertiary: #9a9d9a;
  --lc-on-tertiary: #f2f7f1;
  --lc-quaternary: #f0f0f0;
  --lc-on-quaternary: #4a4d4a;
  --lc-background: #f0f0f0;
  --lc-on-background: #686d68;
  --lc-alt-background: #f2f7f1;
  --lc-on-alt-background: #62b156;
  --lc-surface: #ffffff;
  --lc-on-surface: #354832;
  --lc-on-surface-success: #679c5f;
  --lc-surface-disabled: #9a9d9a;
  --lc-on-surface-disabled: #f0f0f0;
  --lc-error: #cf3b0c;
  --lc-on-error: #f0f0f0;
  --lc-success: #d4edcf;
  --lc-on-success: #2a5c26;
  --lc-accent: #62b156;
  --lc-on-accent: #f2f7f1;
  --lc-warn: #f58342;
  --lc-on-warn: #f0f0f0;
  --lc-info: #fff2c2;
  --lc-on-info: #2c2e2c;
  --lc-outline: #c2c9c2;
  --lc-outline-variant: #dfe6df;
  --lc-input-surface: #ffffff;
  --lc-input-placeholder: #b4b7b4;
  --lc-input-label: #5f635f;
  --lc-input-helper: #868a86;
  --lc-input-focus-ring: #62b1562e;
  --lc-chart1: #70442c;
  --lc-chart2: #857957;
  --lc-chart3: #a4a062;
  --lc-chart4: #65783e;
  --lc-chart5: #2f612d;
  --lc-tomato100: #f7ddd0;
  --lc-tomato200: #f0bca6;
  --lc-tomato300: #e8997b;
  --lc-tomato500: #d14e24;
  --lc-tomato600: #c24420;
  --lc-tomato700: #a8381a;
  --lc-tomato900: #6b2410;
  --lc-tomato: #d14e24;
  --lc-on-tomato: #ffffff;
  --lc-tomato-container: #f7ddd0;
  --lc-on-tomato-container: #6b2410;
}

@media (prefers-color-scheme: dark) {
  :root {
    --lc-primary: #f0f0f0;
    --lc-on-primary: #4a4d4a;
    --lc-primary-container: #4a5249;
    --lc-on-primary-container: #f0f0f0;
    --lc-secondary: #9a9d9a;
    --lc-on-secondary: #f0f0f0;
    --lc-tertiary: #5f635f;
    --lc-on-tertiary: #babcba;
    --lc-quaternary: #4a4d4a;
    --lc-on-quaternary: #babcba;
    --lc-background: #2c2e2c;
    --lc-on-background: #868a86;
    --lc-alt-background: #354832;
    --lc-on-alt-background: #62b156;
    --lc-surface: #393c39;
    --lc-on-surface: #f0f0f0;
    --lc-on-surface-success: #82cf77;
    --lc-surface-disabled: #686d68;
    --lc-on-surface-disabled: #babcba;
    --lc-error: #cf3b0c;
    --lc-on-error: #f0f0f0;
    --lc-success: #2d4f2a;
    --lc-on-success: #b8e0b2;
    --lc-accent: #62b156;
    --lc-on-accent: #f2f7f1;
    --lc-warn: #f58342;
    --lc-on-warn: #f0f0f0;
    --lc-info: #fff2c2;
    --lc-on-info: #2c2e2c;
    --lc-outline: #4a5249;
    --lc-outline-variant: #3a3f39;
    --lc-input-surface: #393c39;
    --lc-input-placeholder: #6e726e;
    --lc-input-label: #9a9d9a;
    --lc-input-helper: #7a7e7a;
    --lc-input-focus-ring: #62b1562e;
    --lc-chart1: #70442c;
    --lc-chart2: #857957;
    --lc-chart3: #a4a062;
    --lc-chart4: #65783e;
    --lc-chart5: #2f612d;
    --lc-tomato100: #f7ddd0;
    --lc-tomato200: #f0bca6;
    --lc-tomato300: #e8997b;
    --lc-tomato500: #d14e24;
    --lc-tomato600: #c24420;
    --lc-tomato700: #a8381a;
    --lc-tomato900: #6b2410;
    --lc-tomato: #d14e24;
    --lc-on-tomato: #ffffff;
    --lc-tomato-container: #f7ddd0;
    --lc-on-tomato-container: #6b2410;
  }
}