/*
 * theme.css — WRITTEN BY THE PLATFORM. Do not edit.
 *
 * Palette: Your colours (custom)
 * Source colours: #1b5e20 #0054e3 #245edb #3a6ea5 #0a8f08 #3d95ff #d4d0c8 #ffd700 #ece9d8 #ffffff
 *
 * 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: #ffffff;
  --surface: #ffffff;
  --surface-2: #f4f7f4;
  --border: #dfe8e0;
  --border-strong: #bbcfbc;
  --ink: #1b5e20;
  --muted: #5c7a5e;
  --accent: #0054e3;
  --accent-hover: #0047c1;
  --accent-ink: #ffffff;
  --accent-text: #0054e3;
  --accent-strong: #0054e3;
  --accent-soft: #dbe7fb;
  --accent-border: #8cb2f2;
  --success: #15803d;
  --success-ink: #ffffff;
  --success-soft: #e3f0e8;
  --success-strong: #137638;
  --warning: #b45309;
  --warning-ink: #ffffff;
  --warning-soft: #f6eae1;
  --warning-strong: #a64c08;
  --danger: #b91c1c;
  --danger-ink: #ffffff;
  --danger-soft: #f7e4e4;
  --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;
}
