/*
 * theme.css — WRITTEN BY THE PLATFORM. Do not edit.
 *
 * Palette: Bakery Gold (food)
 * Source colours: #73221c #bc9b5b #e5d9cd #f6eee4 #fef8eb
 *
 * 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: #fefaf1;
  --surface: #fffdf9;
  --surface-2: #f7efe6;
  --border: #ebdcd3;
  --border-strong: #d4b9b1;
  --ink: #73221c;
  --muted: #906560;
  --accent: #bc9b5b;
  --accent-hover: #a0844d;
  --accent-ink: #73221c;
  --accent-text: #866f41;
  --accent-strong: #7b663c;
  --accent-soft: #f5eddc;
  --accent-border: #e0cfae;
  --success: #15803d;
  --success-ink: #ffffff;
  --success-soft: #e2ebdb;
  --success-strong: #137638;
  --warning: #b45309;
  --warning-ink: #ffffff;
  --warning-soft: #f5e6d5;
  --warning-strong: #a64c08;
  --danger: #b91c1c;
  --danger-ink: #ffffff;
  --danger-soft: #f6dfd7;
  --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;
}
