/*
 * theme.css — WRITTEN BY THE PLATFORM. Do not edit.
 *
 * Palette: Fresh Eco Greens (green-energy)
 * Source colours: #0b3d20 #1b5e20 #43a047 #a5d6a7 #e8f5e9
 *
 * Every value below is either one of those five or derived from them, and each
 * one is contrast-corrected against this palette's own background. Consume
 * them with var(--token); never write a colour value in app code.
 */

:root {
  --canvas: #e8f5e9;
  --surface: #f5fbf5;
  --surface-2: #ddecdf;
  --border: #c9dbcd;
  --border-strong: #a6bead;
  --ink: #0b3d20;
  --muted: #54725f;
  --accent: #43a047;
  --accent-hover: #39883c;
  --accent-ink: #0b3d20;
  --accent-text: #347c37;
  --accent-strong: #307233;
  --accent-soft: #d1e9d2;
  --accent-border: #9ecfa0;
  --success: #15803d;
  --success-ink: #ffffff;
  --success-soft: #cfe7d4;
  --success-strong: #116d34;
  --warning: #b45309;
  --warning-ink: #ffffff;
  --warning-soft: #e2e2ce;
  --warning-strong: #994607;
  --danger: #b91c1c;
  --danger-ink: #ffffff;
  --danger-soft: #e2dbd0;
  --danger-strong: #b91c1c;

  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 14px;
  --radius-pill: 999px;

  --shadow: 0 1px 2px rgba(15, 18, 26, 0.05);
  --shadow-raised: 0 1px 2px rgba(15, 18, 26, 0.06), 0 8px 24px rgba(15, 18, 26, 0.06);

  --font-sans: "Public Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
