/*
 * theme.css — WRITTEN BY THE PLATFORM. Do not edit.
 *
 * Palette: Accessories Chic (e-commerce)
 * Source colours: #2e2d33 #62466b #9f86c0 #d2c4df #f7f4fb
 *
 * 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: #f7f4fb;
  --surface: #fbfafd;
  --surface-2: #edeaf1;
  --border: #dbd8df;
  --border-strong: #bbb8bf;
  --ink: #2e2d33;
  --muted: #6b6a6f;
  --accent: #9f86c0;
  --accent-hover: #8772a3;
  --accent-ink: #2e2d33;
  --accent-text: #7b6896;
  --accent-strong: #71608a;
  --accent-soft: #ebe5f3;
  --accent-border: #cfc3e0;
  --success: #15803d;
  --success-ink: #ffffff;
  --success-soft: #dce6e4;
  --success-strong: #116d34;
  --warning: #b45309;
  --warning-ink: #ffffff;
  --warning-soft: #efe1de;
  --warning-strong: #a64c08;
  --danger: #b91c1c;
  --danger-ink: #ffffff;
  --danger-soft: #f0dae0;
  --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;
}
