/*
 * theme.css — WRITTEN BY THE PLATFORM. Do not edit.
 *
 * Palette: Urban Electric Blue Drive (automotive)
 * Source colours: #092031 #09466f #1ea3f5 #81ecfa #ecfafe
 *
 * 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: #effbfe;
  --surface: #f8fdff;
  --surface-2: #e4f0f4;
  --border: #cfdce1;
  --border-strong: #aab9c1;
  --ink: #092031;
  --muted: #5d6e79;
  --accent: #1ea3f5;
  --accent-hover: #1a8bd0;
  --accent-ink: #092031;
  --accent-text: #1675af;
  --accent-strong: #146ca1;
  --accent-soft: #d2effd;
  --accent-border: #91d3fa;
  --success: #15803d;
  --success-ink: #ffffff;
  --success-soft: #d5ece7;
  --success-strong: #137638;
  --warning: #b45309;
  --warning-ink: #ffffff;
  --warning-soft: #e8e7e1;
  --warning-strong: #a64c08;
  --danger: #b91c1c;
  --danger-ink: #ffffff;
  --danger-soft: #e9e0e3;
  --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;
}
