/*
 * theme.css — WRITTEN BY THE PLATFORM. Do not edit.
 *
 * Palette: Prime Playful Shopping (e-commerce)
 * Source colours: #131537 #faa37d #eff85f #63d935 #1c53df
 *
 * 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: #fcfcef;
  --surface: #fefef8;
  --surface-2: #f0f0e6;
  --border: #dbdcd5;
  --border-strong: #b6b7b8;
  --ink: #131537;
  --muted: #707181;
  --accent: #1c53df;
  --accent-hover: #1847be;
  --accent-ink: #ffffff;
  --accent-text: #1c53df;
  --accent-strong: #1c53df;
  --accent-soft: #dde4ed;
  --accent-border: #97b0e8;
  --success: #15803d;
  --success-ink: #ffffff;
  --success-soft: #e0edda;
  --success-strong: #137638;
  --warning: #b45309;
  --warning-ink: #ffffff;
  --warning-soft: #f3e8d3;
  --warning-strong: #a64c08;
  --danger: #b91c1c;
  --danger-ink: #ffffff;
  --danger-soft: #f4e1d6;
  --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;
}
