/*
 * theme.css — WRITTEN BY THE PLATFORM. Do not edit.
 *
 * Palette: Mint Clean Energy (green-energy)
 * Source colours: #112c24 #255d59 #069083 #71ddd6 #ebfef9
 *
 * 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: #f1fefb;
  --surface: #f9fffd;
  --surface-2: #e6f4f0;
  --border: #d2e1dd;
  --border-strong: #aebfbb;
  --ink: #112c24;
  --muted: #627670;
  --accent: #069083;
  --accent-hover: #057a6f;
  --accent-ink: #ffffff;
  --accent-text: #06796f;
  --accent-strong: #066f66;
  --accent-soft: #d0efea;
  --accent-border: #87cdc5;
  --success: #15803d;
  --success-ink: #ffffff;
  --success-soft: #d7efe4;
  --success-strong: #137638;
  --warning: #b45309;
  --warning-ink: #ffffff;
  --warning-soft: #eae9de;
  --warning-strong: #a64c08;
  --danger: #b91c1c;
  --danger-ink: #ffffff;
  --danger-soft: #eae3e0;
  --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;
}
