/*
 * theme.css — WRITTEN BY THE PLATFORM. Do not edit.
 *
 * Palette: Balanced Kids Toy Store (e-commerce)
 * Source colours: #151143 #f8a758 #e8f67b #f1d467 #f4f2f8
 *
 * 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: #f4f2f8;
  --surface: #faf9fc;
  --surface-2: #e9e7ef;
  --border: #d5d3df;
  --border-strong: #b1afc2;
  --ink: #151143;
  --muted: #6e6b8b;
  --accent: #f8a758;
  --accent-hover: #d38e4b;
  --accent-ink: #151143;
  --accent-text: #8b5e31;
  --accent-strong: #8b5e31;
  --accent-soft: #f5e8e2;
  --accent-border: #f6d0b0;
  --success: #15803d;
  --success-ink: #ffffff;
  --success-soft: #d9e4e2;
  --success-strong: #116d34;
  --warning: #b45309;
  --warning-ink: #ffffff;
  --warning-soft: #ecdfdb;
  --warning-strong: #994607;
  --danger: #b91c1c;
  --danger-ink: #ffffff;
  --danger-soft: #edd8de;
  --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;
}
