/* Theme: Forest Dark — Ogrodnik Poznan
   Deep forest palette with warm green undertones, not sterile black
*/
:root {
  /* Deep forest backgrounds — Franco-inspired dark green */
  --bg-primary: #16231b;
  --bg-primary-rgb: 22, 35, 27;
  --bg-secondary: #1c2d22;
  --bg-card: #1f3326;
  --bg-footer: #0f1a13;

  /* Warm, earthy text — not clinical white */
  --text-primary: #f0f4ec;
  --text-secondary: #c8d0be;
  --text-muted: #7a8a6e;

  /* Muted sage accent — natural, not neon */
  --accent: #8ba86a;
  --accent-hover: #a0bf80;
  --accent-rgb: 139, 168, 106;

  /* Green-tinted borders */
  --border: rgba(165, 214, 16, 0.08);

  /* Light section (Franco-inspired warm cream) */
  --bg-light: #f0ebe2;
  --bg-light-card: #faf7f2;
  --text-light: #1a2216;
  --text-light-secondary: #5a6a4e;
  --accent-light: #3a6b10;

  /* Typography */
  --font-display: 'DM Serif Display', Georgia, serif;
  --font-body: 'Barlow', Arial, Helvetica, sans-serif;
  --font-cond: 'Barlow Condensed', Arial Narrow, sans-serif;
}
