:root {
  --nested-card-shadow: 0 24px 52px rgba(15, 23, 42, 0.24);
  --text-soft: rgba(18,38,37,0.72);
  --text-main: #122625;
  --font-family-base: Arial, Helvetica, sans-serif;
  --card-style: rounded;
  --button-style: rounded;
  --theme-border-color: #000000;
  --theme-border-width: 3px;
  --theme-border-style: solid;
  --page-bg-color: #f5f7fb;
  --card-bg: #d7d0e8;
  --button-bg: #e9dcd2;
  --button-text: #111111;
  --button-secondary-text: #111111;
  --accent-text: #ffffff;
  --theme-accent: #878f5b;
  --theme-brand: #f6e6e3;
  --theme-surface:rgba(255,255,255,0.28);
  --theme-hero:linear-gradient(135deg, rgba(255,255,255,0.85), rgba(255,255,255,0.35));
  --card-fill-mode: solid;
  --glass-tint: #ffffff;
  --card-gradient-start: #d3eed4;
  --card-gradient-end: #c1cae7;
}
body{background-color:var(--page-bg-color, #f5f7fb);}
.button{background:var(--button-bg, var(--theme-accent)); color:var(--button-text, #fff);}
