/*
 * theme.css — WRITTEN BY THE PLATFORM. Do not edit.
 *
 * Palette: Classic Fresh Food Market (e-commerce)
 * Source colours: #132816 #3a7341 #62b469 #b7d4c2 #ddfcd6
 *
 * 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: #f0fced;
  --surface: #f8fef7;
  --surface-2: #e5f1e2;
  --border: #d1decf;
  --border-strong: #aebcad;
  --ink: #132816;
  --muted: #627363;
  --accent: #62b469;
  --accent-hover: #539959;
  --accent-ink: #132816;
  --accent-text: #407845;
  --accent-strong: #3b6e3f;
  --accent-soft: #dcf2db;
  --accent-border: #b0dcb2;
  --success: #15803d;
  --success-ink: #ffffff;
  --success-soft: #d6edd8;
  --success-strong: #137638;
  --warning: #b45309;
  --warning-ink: #ffffff;
  --warning-soft: #e9e8d2;
  --warning-strong: #a64c08;
  --danger: #b91c1c;
  --danger-ink: #ffffff;
  --danger-soft: #e9e1d4;
  --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;
}
