/* Orchard pack. Generated from packs.json by tokens/generate.mjs. Do not edit by hand. */
/* Commercial, editorial, trustworthy. Clean magazine-like multi-brand content platform. */
:root {
  --brand-50: #eff7f1;
  --brand-50-rgb: 239 247 241;
  --brand-100: #d7ecdd;
  --brand-100-rgb: 215 236 221;
  --brand-200: #b0d8bd;
  --brand-200-rgb: 176 216 189;
  --brand-300: #82bd96;
  --brand-300-rgb: 130 189 150;
  --brand-400: #4f9a6d;
  --brand-400-rgb: 79 154 109;
  --brand-500: #2f6f4f;
  --brand-500-rgb: 47 111 79;
  --brand-600: #265a41;
  --brand-600-rgb: 38 90 65;
  --brand-700: #1f4835;
  --brand-700-rgb: 31 72 53;
  --brand-800: #1a3a2c;
  --brand-800-rgb: 26 58 44;
  --brand-900: #152f24;
  --brand-900-rgb: 21 47 36;
  --brand-950: #0a1a13;
  --brand-950-rgb: 10 26 19;
  --accent: #3f5f8f;
  --accent-rgb: 63 95 143;
  --color-bg: #f7f5f2;
  --color-bg-rgb: 247 245 242;
  --color-surface: #ffffff;
  --color-surface-rgb: 255 255 255;
  --color-text: #232323;
  --color-text-rgb: 35 35 35;
  --color-muted: #71717a;
  --color-muted-rgb: 113 113 122;
  --font-sans: system-ui, -apple-system, sans-serif;
  --font-display: Georgia, 'Times New Roman', serif;
}
/* light theme: applied by the shell's theme toggle (data-theme="light"). */
:root[data-theme="light"] {
  --color-bg: #F4F6F9;
  --color-bg-rgb: 244 246 249;
  --color-surface: #FFFFFF;
  --color-surface-rgb: 255 255 255;
  --color-text: #141821;
  --color-text-rgb: 20 24 33;
  --color-muted: #5A6472;
  --color-muted-rgb: 90 100 114;
}
/* dark theme: applied on the operator admin via data-theme="dark". */
:root[data-theme="dark"] {
  --color-bg: #0F140F;
  --color-bg-rgb: 15 20 15;
  --color-surface: #18201A;
  --color-surface-rgb: 24 32 26;
  --color-text: #E7ECE8;
  --color-text-rgb: 231 236 232;
  --color-muted: #8B978D;
  --color-muted-rgb: 139 151 141;
}
