:root {
  color-scheme: light;
  --font: Calibri, Candara, "Segoe UI", Arial, sans-serif;
  --page: #f5faf7;
  --surface: #ffffff;
  --surface-soft: #edf8f2;
  --surface-strong: #dff2e8;
  --text: #17231f;
  --text-soft: #43574f;
  --muted: #46584f;
  --border: #82968d;
  --border-strong: #687d74;
  --brand: #28785c;
  --brand-hover: #1c6047;
  --brand-soft: #dff4ea;
  --brand-text: #18523e;
  --focus: #b56a00;
  --warning: #6f4300;
  --warning-soft: #fff0cc;
  --danger: #83303a;
  --danger-soft: #fbe8ea;
  --info: #18516f;
  --info-soft: #e4f1f7;
  --shadow-sm: 0 5px 18px rgba(24, 65, 51, .07);
  --shadow-md: 0 16px 42px rgba(24, 65, 51, .12);
  --shadow-lg: 0 28px 76px rgba(10, 36, 27, .22);
  --radius-sm: 10px;
  --radius-md: 17px;
  --radius-lg: 25px;
  --content: 1200px;
  --sidebar: 252px;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --page: #0f1714;
  --surface: #18231f;
  --surface-soft: #1e2e28;
  --surface-strong: #29443a;
  --text: #f0f7f4;
  --text-soft: #d3dfda;
  --muted: #afc1ba;
  --border: #5d756b;
  --border-strong: #71877d;
  --brand: #77d1ae;
  --brand-hover: #93dfc1;
  --brand-soft: #24493b;
  --brand-text: #b8ead6;
  --focus: #ffbd4a;
  --warning: #ffd078;
  --warning-soft: #4b3818;
  --danger: #ffadb6;
  --danger-soft: #4c292e;
  --info: #9cd7f2;
  --info-soft: #203d4a;
  --shadow-sm: 0 6px 20px rgba(0, 0, 0, .22);
  --shadow-md: 0 18px 48px rgba(0, 0, 0, .32);
  --shadow-lg: 0 28px 82px rgba(0, 0, 0, .48);
}
