/* Theme colors */
:root {
  --theme-color-primary: #510f00;
  --theme-color-border: #90331e;
  --theme-color-primary-90: #872400;
  --theme-color-primary-70: #9f5443;
  --theme-color-primary-50: #c99285;
  --theme-color-primary-40: #f7ad9d;
  --theme-color-primary-20: #f3e6e3;
  --theme-color-secondary: #f5f1e4;
  --theme-color-accent: #e4ff7e;
  --theme-color-pastel-orange: #f7ad9d;
  --theme-color-orange: #f15a22;
  --theme-color-light-brown: #e4d5a4;
  --theme-color-info-box-background: #efe6cb;
  --theme-color-cluster-card-background: #fffcf0;
  --theme-color-horizontal-line: #d6caa1;
  --theme-color-horizontal-line-light: hsl(46, 39%, 84%);
  --theme-color-white: #ffffff;
  --theme-color-disabled: #c9c9c9;
  --theme-color-placeholder: rgba(14, 8, 8, 0.05);
  --theme-color-placeholder-secondary: rgba(14, 8, 8, 0.3);
  --theme-color-cluster-card-icon: rgba(0, 0, 0, 0.1);
  --theme-color-shadow: rgba(0, 0, 0, 0.3);
  --theme-color-shadow-light: rgba(0, 0, 0, 0.2);
}
